Simon Wülker

Results 85 comments of Simon Wülker

If it were possible to check for specific response codes it would probably easier to just use mojangs api directly, returns `200` if the username is claimed and `204` (No...

To be very clear: This is not a site support request. My comment above was just me thinking out aloud. (I'm not sure if it is possible to distinguish between...

Hi I'm not sure if i understand you correctly but if you want to predict the next word vector given the previous vectors you could just use a vanilla neural...

> > > Looks like this would solve #90 which is a problem I'm currently facing. Whats left to complete here @fdehau? Perhaps I can take a stab at it...

You can do something like this https://github.com/vivirenremoto/doomcaptcha/blob/0e426e4acff4f2787978985162fee13ad021f4f6/script.js#L22-L27 So to disable/enable the button you would define the button like this: ``` Submit ``` and in the EventListener above you would just...

Unfortunately it seems like silencing the lint is the most sane option available at the moment :/ Its what was suggested on the loom issue i filed, and other projects...

The blog post[^1] was updated, you can now modify `[lints.rust.unexpected_cfgs]`, like this: ```toml [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(fuzzing)'] } ``` I'll open a pr...

Yeah, those are fair concerns (: I'm also very unsure whether this is worth the effort! (that's part of the reason this is a draft pr) To address some of...

https://github.com/faern/oneshot/actions/runs/9013866130/job/24765443642?pr=39 seems to have the same issue