Erk

Results 25 comments of Erk

There is a Brazilian university that provides POWER8/9 vps instances free of charge that you should be able to use for it: https://minicloud.parqtec.unicamp.br/

Hi @SafariMonkey, I can see that you have done this on your own [fork](https://github.com/SafariMonkey/genfut). Would you be willing to try and upstream it with the new Enum style selection implemented...

The lib folder should contain the header and c code generated by Futhark

I can confirm this is happening with the `codegen.rs` tool, will look into making a fix for that

I have a few ideas on how to resolve this. One would be to use `Arc`s to refer to the context from other objects and first free the Context when...

The -c flag does that but the text is confusing: "-c input_file compile input_file (default to gravity.json)"

I tried it out and it does not seem to solve the issue, I still see a ballooning that is around the same as without the change set.

This is happening to me now, when I run the code you posted above, `(forge--ghub-get nil "/notifications" '((all . "true")) :unpaginate t)`, I get an error. The notifications seem like...

I don't know of any proper proxies, but it is probably our own fault for the name. You can get it working with discord.py by monkeypatching `discord.http.Route.BASE` to being in...

No it probably is correct. The issue here is that we do not preemptively handle the global rate limit see https://github.com/twilight-rs/twilight/issues/650