jcaesar
jcaesar
Some examples would indeed be greatly appreciated, as everything I try just gives me a SIGSEGV… E.g.: ``` package main import "github.com/ipfs/go-ipfs-api" func main() { shell.NewLocalShell().FileList("/ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv") } ```
I know it's been years, but in case somebody sees it: @chrissound's problem can be gotten around with: ```yaml --- spec: containers: - name: app resources: {} volumeMounts: - mountPath:...
Actually, nevermind this being about rust ≥1.57, this occurs with all rust versions for large enough inputs: ```None $ curl https://gist.githubusercontent.com/jcaesar/c33e0759fc120cfe964a16e0b3783379/raw/4d67aafbaaa9cccf4dc274b9934cf84b6bab25c7/1.56.wasm -o repro $ sl-cmd '"asdf"*3000' | ./repro thread 'main'...
I made a little [test file](https://gist.githubusercontent.com/jcaesar/c33e0759fc120cfe964a16e0b3783379/raw/0c44e77e0118ab1e6781e802c377f574da2c907a/test.wat) to check whether a value directly after the buffer is overwritten, i.e. whether the just the returned `n_bytes` is wrong, or whether it ignores...
@Lakelezz I hope it's ok if we poke you about this about once a year. (My concrete problem is that I depend on ogg-opus, which depends on audiopus ^0.2, and...
Hm. duf displays several tables, split by filesystem, lfs default-hides not-on-disk filesystem, I guess? duf also seems to be more widely distro-available: * lfs: [](https://repology.org/project/lfs/versions) * duf [](https://repology.org/project/duf/versions)
Ah, it has nothing to do with the hex string. https://github.com/paradakh/human-sort/blob/d3e11b7f122961b45d13a6ff6f5cfe0e0b48a8a0/src/lib.rs#L88 just chokes when comparing 9379911671413 to 43.
> Alternatively, expose it in a configuration file. This has happened? https://github.com/element-hq/synapse/blob/2b620e0a150ea86bc8ad0814110bef51d6e3e930/synapse/http/matrixfederationclient.py#L457 Setting this to 300000 made the log spam go away for me.
In theory, the script already implements deduplication. https://github.com/irssi/scripts.irssi.org/blob/b6e5be94b0e58132a0e6d9b480580ab33fe90aaf/scripts/irssi-feed.pl#L435 Loading up my old and unused-for-I-don't-known-how-many years irssi configuration, this still works. (Though it probably doesn't persist over irssi restarts.) I think...
Shouldn't be hard, would probably go into [here](https://github.com/jcaesar/structstruck/blob/master/src/imp.rs#L216). But I also have run into situations where I'd like strikethrough, but not on enums. I think I'd like something more generic....