saolof

Results 53 comments of saolof

As a Silverblue user, I might be willing to duplicate the bounty for Flatpak support specifically.

> I just fixed a similar quadratic hit in #266. Rather than pushing neighbors on a separate stack (here, depending on number of neighbors), I did it by always pushing...

> For me, this is pushing on a stack ? > > ```julia > if is_large_vertex(g, s) > push!(largev_iterstate_stack, iterate(outneighbors(g, s))) > end > ``` > > This is not...

It may be worth mentioning that starlark (and google internal linters) explicitly bans implicit python string concatenation. Guido himself has mentioned that implicit string concat only exists because of backwards...

How does the move towards SWC in Vite 4.0 affect bun support?

I'm a bit confused. The timeline for trademarks seems to be roughly this: 2009: Redis is publicly released as an open source project. 2011: Redis labs is founded. 2018: Redis...

As a current git-branchless user, gerrit support is really the only reason why I can't use sapling for our monorepo at work. Documentation would also be nice. If gerrit becomes...

@OnurGumus Nice! To be clear, do you mean that it needs the alpine morph plugin to work/works with the alpine plugin? Or just that it does not support hyperscript, and...

I see that there is also a PR for the fork at #1191 ?

I'd rather encourage the explicit import as mentioned above than rely on the bundler monkey patching attributes global variables that are then used in the code, after just having been...