-
this is a placeholder for a conversation, but as we aim to store timeseries data on patterns seen in the pattern ingester over longer periods of time, I think there are 2 problems we need to think abo…
-
Hello! I was wondering if you had any thoughts on reducing bundle size when using this library. We're using a relatively small number (50~) of icons, so I'd like to leverage tree shaking to only inclu…
-
### Component
OpenTelemetry.Instrumentation.AWS
### Package Version
| Package Name | Version |
| ------------------------------------- | ------- |
| OpenTelemetry.Extensi…
-
### The problem
There is a number of formats that are implemented as third-party crates, but are not supported by `image`:
JPEG XL: https://crates.io/crates/jxl-oxide
RAW: https://crates.io/cra…
-
As the number of config branches and repos increases we will need easy ways to
1. check for parameter differences across the configs (this is also useful for documentation) and
2. sync them as nec…
-
https://github.com/DefenderOfBasic/in-good-faith-handbook/blob/4f97e42c688ec4579fb23e99d90df2cff4cbca40/Book/1%20-%20You/Itheberg%20-%20think%20the%20unthinkable.md
This breaks down in contexts whe…
-
If you stop to think of it, it will stop to think of you.
Put it out of your mind.
Put it out of your mind.
Put it out of your mind.
Let's think of fun things. Short things. Nice things. Dogs.…
-
Thoughts on adding [babel-plugin-transform-regex](https://github.com/slevithan/babel-plugin-transform-regex) to `devDependencies`?
This would allow changing e.g. the unreadable/unmaintainable `IPV4…
-
I would like to change the default `Global.Chroot` to something else, like: `%h/sftp`. No other `Chroot` configuration in `Users`. Still, the users get configured with the default `Chroot` of `%h`.
…
-
`dfs` is the core function in `Data.Graph` that all other algorithms (`topSort`, `scc`, `bcc`, etc) are based on. It takes a `Graph` and generates a `[Tree Vertex]`.
`dfs` makes use of `generate`, …