Martin Barker (Keatran)
Martin Barker (Keatran)
The title says it all really, I have ```javascript console.log(`client connected ${guid}`.green); console.log(`client disconnected ${guid}`.yellow); console.log(`client errored ${guid}`.red); ``` The Green and red both work the however the yellow does...
Having built Ultrasound to support plugins loaded via 7th Heaven, the Plugins for Ultrasound must be loaded before Ultrasound Plugin is loaded. So this is a feature request to support...
just a question where does this stand on the DMCA? I'm fairly sure website owners are the copyright holder of their content and are perfectly within their rights to prevent...
So I was looking at trying to fix the implementation of BIT as a Temporary fix till the new RFC system comes in however upon testing and reading, I remember...
**Describe the bug** Brand new clean MVVM Application straight from the VS2022 Extension, the preview does not work. **To Reproduce** Steps to reproduce the behaviour: 1. Install VS2022 Extension 2....
Documentation is unavailable could you please provide the documentation inside a folder on this repo as well as currently going to https://www.gitbook.io/book/bitbeans/libsodium-net get's stuck in a redirect loop (Too many...
### Is your feature request related to a problem? Please describe. I want to be able to change server freely once logged into them, we have 2 servers and both...
Having a problem with the component this is using expo, ``` Invariant Violation: requireNativeComponent: "RCTImageSequence" was not found in the UIManager. - node_modules\react-native\Libraries\ReactNative\getNativeComponentAttributes.js:29:4 in getNativeComponentAttributes - node_modules\react-native\Libraries\Renderer\shims\ReactNativeViewConfigRegistry.js:104:25 in get -...
So I have the code below and this works perfectly when I call it from Node via `node index.js` but once I package it using `pkg` and move it to...
Created a couple of changes to fix the FileLocks. also added a manifest file with the specification to force run as admin.