birgersp

Results 46 issues of birgersp

Hello, Sorry but I am confused. The .dropboxignore file specifies which files to be ignored by dropbox sync. But is this a (built-in) feature of dropbox? Or is it a...

enhancement

Hi, I'm about to install SDL2 mingw64. To do that I have to type ``` pacman -S mingw64/mingw-w64-x86_64-SDL2 ``` I'd like to see an easier way of installing this package....

Hi, I think there should be some instructions as to how to include your own library headers in a project. I've already tried USER_LIB_PATH = /path/to/my/library/headers Still, I get an...

documentation

### Environment - Visual Studio version: 2019 Community - CodeMaid version: 11.2 - Code language: C# ### Description When reorganizing, I think it would be preferable if all methods and...

feature: reorganizing

Hi, I've seen there are a couple of issues created about the error checking. Personally my only gripe with it is that it displays a "Problem" with my query in...

Hey, I updated this package to v4.4.53, and then my vehicle status requests fail with this error message: > volkswagencarnet.vw_timer.BasicSettings() argument after ** must be a mapping, not NoneType I'll...

Currently, mint.lua connects to the webserver (by hardcoded IP address) to send data. This should be changed. mint.lua shouldn't refer to any addresses, but listen for connections on a specific...

As stated [here](http://www.cse.unsw.edu.au/~cs9414/15s1/tut/sol/wk04sol.html); > There are 9 choices for the 1st move, 8 for the 2nd move, 7 for the 3rd move, etc., giving us an upper bound of 9!...

# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [x] I have tried my absolute best to reduce the problem-space and have...

protobuf.js version: 7.2.0 Trying to use protobufjs in an ES module. ``` { "name": "myproject", "version": "1.0.0", "type": "module", "dependencies": { "protobufjs": "^7.2.0" }, "devDependencies": { "protobufjs-cli": "^1.1.0", "typescript": "^4.9.5"...