Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
182 views

I'm using Keycloak and trying to define an organization structure during realm import via a JSON file. I added the following to my realm.json: ` "organizationsEnabled": true, "...
Saugat Thapa Cheetri's user avatar
0 votes
1 answer
368 views

I am trying to role switch to member account of the organization using my AWS management account. But the role switch option not present as shown in screen shot below. As you can see this is my ...
Vikram's user avatar
  • 1,637
0 votes
2 answers
43 views

I hope someone can help me with the following problem. My dataframe is organized with insect species in the columns and locations in the rows like: Species A Species B Species C Location A 0 1 ...
Julia N.'s user avatar
2 votes
2 answers
1k views

I've been testing the organization feature with multiple organizations for a single user. However, when there are two organizations assigned to a user, the claims disappear from the access token. But ...
Sébastien's user avatar
1 vote
0 answers
105 views

Say I have two projects, one that is sort of like an 'application engine' and one that is the actual application. The engine takes care of things like window management, and I should be able to switch ...
Depenau's user avatar
  • 131
1 vote
0 answers
291 views

I'm not sure how many people on here know of Notion, but basically it's a customizable app/website that let's you make whatever you want from grocery lists, to-do list, homework schedules, recipe ...
Mystery's user avatar
  • 11
0 votes
1 answer
184 views

Hi I'm looking for a way to conduct the same analysis every month but in different folders each year. I have charts and tables in multiple excel files, and these charts and tables are linked to ...
geravie498's user avatar
0 votes
1 answer
90 views

Can you help to solve this error. Run Platane/snk/svg-only@v3 with: github_user_name: sankacrew outputs: dist/snake.svg?palette=github-dark github_token: *** 🎣 fetching github user ...
Malitha Piyumal Sankalpa's user avatar
0 votes
1 answer
102 views

My question is not directly regarding SLURM, but rather on how to organize ones work around it. I can summarize the types of jobs I submit to SLURM in two categories: jobs which are part of a process ...
stanton63's user avatar
0 votes
0 answers
81 views

Looking for a working SCP planted on an Organization Root which enforces MFA for all, but it has problems currently as it does not see STS calls ( SSO ) so for these users even have MFA assuming ...
Instrument-IT's user avatar
2 votes
1 answer
194 views

I'd like to build a reusable library in GDScript. When building libraries in the other languages I'm familiar with, JavaScript and C#, I typically utilize two features that GDScript doesn't seem to ...
jamesplease's user avatar
  • 12.9k
0 votes
0 answers
155 views

I am working on a C++ multi-file project. I decided to use CMake to build the project (I am beginner with it). I have the following (simplified) file structure: my_project/ ├─ src/ │ ├─ foo/ │ │ ├─ ...
VIlaX's user avatar
  • 11
0 votes
0 answers
57 views

I have a web app built with Vue.js that needs to obtain the result of an expensive process from the backend server. Specifically, I would like the backend API endpoint to invoke a separate script on ...
jonah0's user avatar
  • 53
1 vote
1 answer
61 views

I like how these look compared to normal comments A very minor thing, sorry for the trivial question Example of aesthetic comment blocks I looked through the Appearance section of the Settings menu to ...
Yakei's user avatar
  • 11
0 votes
0 answers
51 views

I've started splitting a class among into several files/folders and have found that there are functions that are only needed to organize code and would never be called by anything higher-up in the ...
user1543042's user avatar
  • 3,432
-2 votes
1 answer
135 views

In Excel, I'm trying to understand what functions I need to look for a mentioned value in one column. If it finds the value, it goes to another cell in the same row and prints that row's value. I ...
R00KIE GUY's user avatar
0 votes
0 answers
27 views

I want to create a Grafana organization through its API. According to https://grafana.com/docs/grafana/latest/developers/http_api/org/ Create Organization POST /api/orgs Only works with Basic ...
lofoten's user avatar
3 votes
1 answer
231 views

I have a project that I am compiling using javac. I want to be able to fetch resources without having to first build my project into a JAR file, but at the same time, I don't want to hard code the ...
davidalayachew's user avatar
0 votes
1 answer
84 views

To make my code modular, I wrote a R script for plotting data, which invokes an R script to prepare the data (to be plotted): The document.Rmd file contains a line source('./R/customPlot.R') and this ...
NicolasBourbaki's user avatar
0 votes
4 answers
187 views

I'm working on a Lua library that involves code generation and validation among other things - a lot of development code of project is written in another language. I'd like to have one branch for ...
dunger_so's user avatar
0 votes
1 answer
793 views

I want to manage the security in GCP but it said to add an organization and migrate all my projects to the said organization. I looked through their documentation and basically I have to either create ...
DarkDead's user avatar
  • 185
5 votes
2 answers
162 views

Description I am the sole developer/designer/maintainer of an embedded system product for a controls company. I am a junior and there is no other engineer (of any discipline) in the company. The ...
sole_developer_as_a_junior's user avatar
0 votes
0 answers
501 views

Im working on my first, somewhat robust swiftUI project. I'm learning as I go so initially, I just kept adding my new views into the precreated PreviewContent folder. I want to better organize my ...
mzm0227's user avatar
  • 65
0 votes
1 answer
1k views

We started with ansible using the ansible best practices text, but now it is becoming unmanageable. For this reason, we are trying to re-organize our ansible structure and to divide it in multiple git ...
eatheril's user avatar
0 votes
1 answer
111 views

I’m trying to figure out what is the proper way of organizing content in Hugo. I have read the documentation but I still don’t understand what is the right way of going about this. I understand the ...
Branko Tomic's user avatar
0 votes
1 answer
61 views

Right now I have a large viewset class (~1300 lines). The reason for this is, I had to add a lot of @action decorators to acheive my goal. But I can feel that this is taking a lot of my time in ...
Chandra Kiran Guntur's user avatar
-1 votes
1 answer
78 views

I am reorganizing the code in an ASP.NET Webforms application. I was wondering if it makes more sense to store globally-accessible, commonly-used constants and static functions inside of the App_Code ...
JordanV's user avatar
3 votes
1 answer
3k views

I've recently moved a repository from my account to an organization that I've created. I can't create any entries from my issues on the repository since. Is there a way to pass ownership of my Project ...
TheYuriG's user avatar
  • 169
0 votes
1 answer
716 views

I would like to visualize my company´s organizational chart in an HTML Widget to replace the currently used drawn PDF. In principle this seems feasible using the highchart or googleVis package. ...
Max M's user avatar
  • 836
0 votes
1 answer
320 views

I know this has been asked to death, but I always like to make my life as easy as possible, and I know this somewhat comes down to a bit of personal preference and also depends upon the size of the ...
Alex Sorensen's user avatar
0 votes
2 answers
585 views

I have wrongly deleted organization (created in GitHub). How to restore the deleted organization? I have access to my GitHub profile.
Prabal Kanti Sarkar's user avatar
0 votes
2 answers
52 views

I'm new and I just started coding so I'm allowed to ask dumb questions. I don't know how to phrase this question but best way I can explain it is my terminal is cluttered and shows where the code is ...
AB Ayman's user avatar
0 votes
1 answer
253 views

I am trying to organise my code into components/modules and I'm struggling to understand how to deal with event listeners and/or communicate between JS files. I will explain with a simplified example: ...
Joe Hamilton's user avatar
0 votes
1 answer
133 views

I'm attempting to create a new organization in Azure DevOps via a custom ARM template. The only thing I can't figure out how to do is populating the resource group underneath the subscription section (...
supaflysnooka's user avatar
0 votes
0 answers
67 views

Every month I have to manually export 40+ reports (excel files generally) into a SharePoint folder. I want to create a power query in Excel to link all the reports (based on a common field in all ...
WhatData's user avatar
0 votes
2 answers
1k views

What is the proper way to structure a project with dependencies that don't offer pre-build binaries ( or if you would want to build the dependencies yourself ) Normally I structure my projects as ...
Sam Coutteau's user avatar
0 votes
1 answer
61 views

My code is below (note that this is not about that specific code, it's more of an example I stole from a project). if (colliding) { // On ground anims if (playerData["xSpeed"] &...
GlitchyTurtle's user avatar
0 votes
1 answer
50 views

I'm new to python, so please forgive me if this is a stupid question. I'm trying to separate a bigger dataset into smaller data frames based on a unique row value (station ID). I've done the following,...
skinkleton's user avatar
1 vote
1 answer
1k views

I have a huge data set that looks something like this: ID color number 1 Blue 32 1 Yellow 12 1 Red 13 ... ... ... 32 Yellow 15 56 Red 112 56 Blue 42 I want to get a data frame that looks like ID Red ...
anni's user avatar
  • 93
1 vote
1 answer
166 views

Using the Azure Golang ARM SDK, I am able to fetch all resources under a subscription, except for the Azure Organization. Is there a REST API, or Golang library that allows to programmatically fetch ...
sysdighshai's user avatar
0 votes
1 answer
69 views

Example: there are objects A and B. Object A must connect with object B (by Script) and object B must connect with object A (by Script). How to do it more properly: Create Scripts for each objects. ...
Max's user avatar
  • 3
0 votes
1 answer
126 views

I'm working with R studio. I'm having issues with how to divide this up I have: ID COLOR NUMBER 321 RED 3 321 GREEN 10 321 BLUE 4 067 RED 50 067 BLUE 2 067 YELLOW 3 111 PURPLE 10 111 YELLOW 2 I want: ...
anni's user avatar
  • 93
1 vote
1 answer
95 views

I am working on an App where the user needs to walk through many, many choices to get to where he/she wants to go with data analysis. The App needs to easily "funnel" the user through the ...
Curious Jorge - user9788072's user avatar
0 votes
2 answers
46 views

I have large quantities of datasets in Excel that I would like to analyze in R. The files have a format that organizes all information per block of the same year, which looks like: Group <- c(...
BWolk's user avatar
  • 303
0 votes
1 answer
27 views

I have the given data (smaller than actual set): ID color1 color2 color3 color4 101 red red blue green 2 blue blue purple N/A 400 yellow yellow red red I want a result of: ID red blue green purple ...
anni's user avatar
  • 93
0 votes
1 answer
140 views

I'm building a Typer app with lots of commands. I want to categorize the commands into subfiles but am unsure how to resolve the dependencies. | ├── melvil │   ├── add.json │   ├── book │   │   ├── ...
Collisteru's user avatar
0 votes
1 answer
636 views

I am the server admin and I get over 2000 users in my original organization on grafana. Now I create a new org and I wanted to transfer them to the new one but according to the grafana website I can ...
junting liu's user avatar
0 votes
1 answer
1k views

I'm aware that there are two types of Teams accounts: MS Team free personal account. https://teams.live.com/ MS Team free organization account. https://teams.microsoft.com/ Unfortunately, when I try ...
alaa_sayegh's user avatar
  • 2,231
1 vote
1 answer
159 views

My idea to do this was to use the MSPID. So I would get the MSPID of the organisation, if it is the wrong MSPID then it will return an error message and if it is the right MSPID then continue. In my ...
Andrew Faure's user avatar
2 votes
1 answer
3k views

I have been thrusted into the "wonderful" world of Composer because PHP libraries are starting to not offer an easy way to download and install the source code manually. We have a very big ...
MonkeyZeus's user avatar
  • 20.8k

1
2 3 4 5
17