-
### Code of Conduct & Contributing Guidelines
- [X] I agree to follow the code of conduct and the contributing guidelines.
### Have you checked that no other similar feature request(s) already exist…
-
The following horizontal concatenation produces the expected result:
```
julia> [1 rand(3)' rand(1,2) 2]
1×7 Array{Float64,2}:
1.0 0.277368 0.788148 0.388695 0.495806 0.293525 2.0
```
…
-
Open questions:
1. If a state machine is edited after the link has been shared, should the link refer to the original point in time (i.e. immutable links) or should it show the latest design of the…
-
### The problem
I've 3 cameras (2 Netatmo Presence and 1 Netatmo Welcome) connected with my own client ID.
All stream works except one Presence (camera_terrasse - 70:ee:50:85:42:78)
I've tested to …
-
**Describe the bug**
Undefined stereo errors seem to depend on the backend toolkit used to create the molecule see the example below I think this is mainly due to nitrogen stereochemistry being picke…
-

Text should read "Stuart Clennett"
-
CoreMirror has completions for [SQL](https://github.com/codemirror/lang-sql?tab=readme-ov-file#user-content-keywordcompletionsource). Would be nice to make that work.
FiV0 updated
7 months ago
-
I have the following implementations for performance comparsion
```
function ip2long_1(ipstr) {
var items = ipstr.split('.')
var result = 0
for (var i = 0; i < items.length; i ++…
-
I like this repo - this demo is a bit unstable - I might have some time to help fix some basic stuff.
With the direction of projection - it seems it's headed towards full open source?
I'd be intere…
-
as we're working with JSON schemas in redbeard, we need something that will turn a model schema into a standard set of `` fields that can be then embedded into a form or something else
``` jsx