Stanisław Pitucha
Stanisław Pitucha
When specifying a content server, I get the following at startup: ``` ----- FS_Startup ----- .../quakejs/build/ioq3ded.js:9490 return callback(new Error('Failed to find "' + installer.name + '" in manifest')); ^ ReferenceError:...
Add values to empty return statements. Also add an include needed for the setenv() function.
## Description Add the global hotkeys issue I'm not aware of a better source to link. The issue is discussed all over the place, but there doesn't seem to be...
When running via python 3.9.9, I tested the app on https://github.com/viraptor/arpy/blob/master/arpy.py The result is: (with the end of verbose output) ``` ... ClassDef class_name[ArchiveFileData] base_classes: ['io.IOBase'] base_rclasses: ['io.IOBase'] ClassDef class_name[ArchiveFileData]...
The opencv library gets included in the `CNTK.CPUOnly` release, but for apps which don't use it, it's large bloat. (40+MB currently) It would be great if you released a nuget...
I'm running an issue when calling `trainer.PreviousMinibatchLossAverage()` after a `TestMinibatch` run: ``` var minibatchDataTest = minibatchTest.GetNextMinibatch(10, device); var mbData = new UnorderedMapVariableMinibatchData(); mbData.Add(features, minibatchDataTest[featureTestStreamInfo]); mbData.Add(labels, minibatchDataTest[labelTestStreamInfo]); var testRes = trainer.TestMinibatch(mbData,...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
When trying to use kwallet without first adding the credentials, the error is: ``` aws-vault: error: Failed to get credentials for default: unexpected end of JSON input ``` Only the...
I got an error (on 2 different deploys) with: ``` ActiveRecord::RecordNotUnique: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_releases_on_project_id_and_number" DETAIL: Key (project_id, number)=(72, 3) already exists. : INSERT INTO...
Hi, I'm trying to use the samson API, but there doesn't seem to be any documentation on how to use the token included on the profile page.