1,178 questions
Advice
0
votes
0
replies
28
views
PowerBI workspaces
I am sure that this has been asked a few times, and while I am searching for solutions, I thought that I would post this scenario/question here, looking for comments/solutions/how you are doing things ...
0
votes
1
answer
114
views
Got error code `TNBHSUR_7331` when setup python workspace [closed]
The error notification like that:
<timestamp>: ERROR [TNBHSUR_7331]: Error parsing python interpreter
I tried to re-install but missing requirements. Maybe need a custom loader?
Best practices
0
votes
0
replies
34
views
Imprt trouble with Cargo workspace(s): use top-modules within a sub-module
I have a small Rust project that I'm using as a learning exercise/sandpit to understand how the workspace and project schema works.
I have had trouble resloving what to me seems like a ver "...
1
vote
0
answers
89
views
Google Chat selectionInput.externalDataSource stopped calling backend after Feb 13 release
We’ve been working on a google chat app that displays a form as an interactive card, which allows the user to select a project from a list. Because the full list of projects is too big, we decided to ...
1
vote
1
answer
48
views
Trying to move Eclipse workspace (.metadata directory) to a SMB connected share
I am working with Eclipse on OSX, and I have an EX4100 nas connected via SMB.
I created a symbolic link for the .metadata directory in my eclipse-workspace. I shut down eclipse, replicated the file ...
1
vote
1
answer
121
views
TypeScript cannot resolve "@repo/typescript-config/backends.json" in Turborepo + PNPM workspace
I’m using Turborepo with PNPM workspaces, and I have a shared TypeScript config package located at:
packages/typescript-config/
backends.json
package.json
Inside apps/http-server/tsconfig.json I ...
0
votes
1
answer
115
views
How to create local workspace in flutter such as go
My flutter project contains 4 or 5 packages from my own git and I do alter the code in packages too.
I need to create a workspace to read the project from my local but only when I'm developing. I don'...
0
votes
0
answers
351
views
Couldn't publish my PowerBI dashboard on workspace - Error ClientOptions.Retry
I'm trying to publish a power BI dashboard via desktop on a workspace where I already have the report and the semantic model of this dashboard, but somehow it returns me the following error:
"...
1
vote
1
answer
140
views
Using pointers versus allocatable arrays for scratch workspace
In hopes of boosting code efficiency for a large numerical model, I am looking into replacing the current way of creating scratch workspace - allocate a large array, perform operations, deallocate - ...
1
vote
1
answer
699
views
typescript import error while using bun workspaces, might because how bun install node_modules in monorepo
Getting this error while using monorepos with bun-workspaces. While I don't suggest to use bun for monorepo. I have packages/* and apps/* getting error while importing drizzle-client pacakges from ...
1
vote
0
answers
66
views
Angular workspace build runs in local dev environment but not test environment
I have an Angular 19 Workspace with a main application and 2 libraries which are built and installed as packages in node_modules. My build is served correctly from my local development environment's ...
3
votes
1
answer
69
views
How to use imports between workspaces
Error TS6202: Project references may not form a circular graph.
My structure:
-packages
--utils
--api
utils/tsconfig.json
...
references: [../api/src]
api/tsconfig.json
...
references: [../utils/src]
...
1
vote
1
answer
63
views
How to specify a workspace name as a parameter when creating a Tekton Trigger
I'm new to Tekton and recently stabled upon the following question:
I have a pipeline which I manually run by issuing the following CLI command:
pipeline start pipeline \
-p url="https://github....
0
votes
1
answer
114
views
How can I save Eclipse IDE settings for all workspaces?
I was working on an instance of Eclipse IDE on my professional laptop, I don't know how but I was able to save any change I make at the level of settings. Therefore, whenever I create a new workspace, ...
0
votes
1
answer
582
views
How to Retrieve Admin and Non-Admin Permissions at Workspace Level in Azure Databricks
I am working on a project to document permissions for both admins and non-admin users across all relevant objects at the workspace level in Azure Databricks (e.g., tables, jobs, clusters, etc.).
I ...