Loch Wansbrough
Loch Wansbrough
The clock service was removed for (unknown to me) reasons. A clock service (and accompanying serverside time API) is _required_ for large scale applications as incorrect user clocks are not...
I'd like to remove a user (all their connections) from a Signalr group without requiring their client's interaction. (For instance: kicking a user from a party/room.) I recognize that I...
There's a potential for application crashing if the Markdown code produces a structure like the following: ``` jsx ``` I've implemented a state property `withinText` (bool) which can be used...
Right now it's difficult to apply styles to some elements because they get overridden. There's no support for an `!important` like declaration in React Native styles so I'll have to...
In order for HolographicJS to be realistically useful, it's going to need to support Three.js. My hope is that no changes to Three.js will be required, and ideally no changes...
We're trying to setup SSR for Vue 2.7 as we move towards a future Vue 3 migration of a large Vue 2 codebase. We've moved from Webpack to Vite in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.15 ### Describe the bug Because...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.15 ### Describe the bug When...
Hey Eddie. By the looks of it you've done some good working getting the camera working on Android. Are you interested in unifying the code base under `react-native-camera` so we...
I have the following scenario: ``` export default { name: 'Test', subscriptions () { return { test: this.project.test } }, computed: { project () { return this.$store.getters['project/project'] } } }...