Pascal Sommer
Pascal Sommer
As a server admin I want to host organice from a subdirectory URL in order to arrange my server's routes to my liking and to have more technical flexibility (i.e....
**Describe the bug** The `server-methods.py` example encounters an out of range error. ``` Traceback (most recent call last): File "/home/gea/.local/lib/python3.8/site-packages/opcua/server/binary_server_asyncio.py", line 75, in _process_data ret = self.processor.process(hdr, buf) File "/home/gea/.local/lib/python3.8/site-packages/opcua/server/uaprocessor.py",...
In pull request #154 the core functionality from the existing `gen_types.js` was extracted into the separate `types.js` file so that `gen_datatypes.js` can also use it to generate types for other...
## Lapce Version git commit de965554 ## System information Linux 6.0.2-arch1-1 ## Describe the bug Sometimes when searching through a lot of files (around 5000 in my case) with the...
## Is your feature request related to a problem? Please describe. When I want to edit a hidden file, e.g. `.gitignore`, I can't jump to it with CtrlP because no...
### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...
By adding a composer.json file, the color contrast checker can now be included in other projects more easily. This change avoids breaking any backwards compatibility by not introducing a namespace...
In 38/plotters#165 the tick lines look like they're two pixels wide instead of one as intended, as well as at half opacity, which would indicate that the error comes from...
Thanks for creating this project, it's a real timesaver to not have to deal with all that webpack stuff myself! When creating a project on createapp.dev with [webpack and react...