Connor K
Connor K
> There's even the possibility of having PK autodetect the format so you don't have to explicitly write out pk;edit when you want to do this. Wouldn't work; the discord...
For big numbers: https://en.wikipedia.org/wiki/Pollard%27s_rho_algorithm For _big_ numbers: https://en.wikipedia.org/wiki/General_number_field_sieve
I restarted SteamVR out of boredom. i got it in a state where despite still got the error 307 popup, it was displaying the VR view on my main monitor....
huh, so it is.
also there's no way to select which monitor you want
perhaps a list of popular models on the wiki. then you can link to that list from anywhere. it took me until reading this issue to even figure out what...
**works:** ```ts export class MySchema extends Schema { constructor(){ super(); this.foo = 3; } @type("int32") foo: number; } ``` **doesn't work:** but does work with `"useDefineForClassFields": false` ```ts export class...
I'm trying to have some .desktop files managed by home-manager and KDE really doesn't like it when they're symlinks. this feature would be perfect.
Maybe we should delete it from bevy/docs to keep the info in one canon place. Although then it would be gone until the new book ships. Maybe replace bevy/docs/linux_dependencies with...
> Collapsible headings html [``](https://www.w3schools.com/TAGS/tag_details.asp) seems to work fine. we might real collapsible headers (so they can be linked to with a fragment, etc.) someday:tm: but this will do for...