Sheldon Maschmeyer

Results 14 issues of Sheldon Maschmeyer

When we click the "Start Training" button, we must wait roughly 7-10 minutes before training starts. A longer delay for a project with more annotations. We get no feedback (except...

``` from label_studio_ml.model import LabelStudioMLBase # type: ignore from label_studio_ml.utils import ( # type: ignore ``` While the code I am creating, adding or modifying uses Type Hints (and checks),...

An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any...

I am trying to use the latest version (commit: 27b37bf) of Darknet on the Jetson Xavier AGX. ![image](https://github.com/AlexeyAB/darknet/assets/127118806/5c51c62a-acc3-429b-bd88-85444d87f764) ![image](https://github.com/AlexeyAB/darknet/assets/127118806/81e6bee2-e76b-4cea-8404-34e0997a56de) Upgraded both CUDA and OpenCV (as per the above screenshots). When...

How to re-write the defaultProps: ``` const { data, errorMessage, isLoading } = weatherData({ lat: myLat.toString(), lon: myLong.toString(), }); ``` to use default parameters for future proofing?

YOLOv9 was published roughly a week ago, in Feb 2024: https://github.com/AlexeyAB/darknet/issues/8887 Feature request: Darknet framework compatible with YOLOv9.

enhancement

**Is your feature request related to a problem? Please describe.** Syncing seems to be a slow process. **Describe the solution you'd like** When new items are added to the "Source...

community:reviewed

Yarn: 4.3.1 React: 18.3.1 Vite: 5.3.1 Vitest: 1.6.0 React-Open-Weather: 1.3.2 to 1.3.6 The error occurs when I run `vitest` after either a fresh `yarn install` or upgrading packages: `Error: Failed...

"eslint": "^9.6.0" "typescript": "5.5.3", "eslint-plugin-jsonc": "^2.16.0" [email protected] ``` [Info - 15:06:30] ESLint library loaded from: [my_path]/.yarn/sdks/eslint/lib/api.js Uncaught exception received. Error: Cannot find module '[my_path]/.yarn/__virtual__/eslint-plugin-jsonc-virtual-921eb7150c/0/cache/eslint-plugin-jsonc-npm-2.16.0-988161132b-20ca0eff63.zip/node_modules/eslint-plugin-jsonc/dist/utils/get-auto-jsonc-rules-config/worker.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1055:15) at Module._load (node:internal/modules/cjs/loader:908:27)...

needs repro

**Is your feature request related to a problem? Please describe.** I have multiple types of labels and various classes for the same project. As such, I have run out of...