-
Research and document the minimum necessary dimensions and other conditions (shape, density, etc) to perform destructive testing on the printed object with significant results
-
# Reasoning
Since the language has macros (and hopefully a type system soon :yum:) using the same building mechanisms as for example coffeescript, will result in unreliable _incremental builds_. Most…
-
I've been thinking about validation of objects. If we have the following JCR:
```
{ "bar":string, ( "foo":integer | "baz":string ) }
```
should the following JSON be valid or not:
```
{ "bar":"thi…
-
Hi,
I am using this app on Ubuntu 22.04. Since the Wayland issue was fixed, I've been using this app daily to view / PTZ my cameras. I've found that discovery mainly just works and finds all my came…
-
Over the past years, my personal preference on functions vs. arrow functions has shifted towards arrow functions. I used to be against arrow functions as a general replacement as they behave different…
jhnns updated
3 years ago
-
First of all I would like to thank the authors of this repository for their contribution. This package helped us to prototype our own SCIM server quickly. Unfortunately the way that this filter parser…
-
At the time of writing, EVT 3 parsing of TEI elements is sequential, element by element, which makes it problematic to refer to elements that are at a later position than the currently parsed element.…
-
Currently we use the detected distro to guide rpm, deb, and apk matchers to find vulnerabilities. This is functional, however, it would be more accurate to use the package type (rpm, deb, apk) to sele…
-
-
### Summary 💡
## De-monomorphisation
Function like [`gix::clone::PrepareFetch::new`](https://docs.rs/gix/latest/src/gix/clone/mod.rs.html#67-118) can be trivally de-monomorphised by extracting a…