Scott Driggers

Results 76 comments of Scott Driggers

I am seeing this as well in a long .json file. Thankfully I found this issue and changing the lang to .txt fixed it. This should be the default for...

This would be the kicker -- in general, I would like the site to show `EV[MAX[turnip_prices]]`, meaning what is the expected value of the maximum that turnip prices will be...

I am having the same problem with all versions of faiss-cpu: Here are all the relevant logs ``` python -V Python 3.12.1 ``` ``` python -m pip -V pip 24.0...

Also getting a similar error on main: ``` poetry add git+https://github.com/kyamagu/faiss-wheels#main Updating dependencies Resolving dependencies... (0.2s) Package operations: 1 install, 0 updates, 0 removals • Installing faiss-cpu (1.7.4 116b034): Failed...

Actually just waiting on a release https://github.com/kyamagu/faiss-wheels/issues/87#issuecomment-1905329587

I'd like to see this as well

Redux is 18% of the final bundle. https://bundlephobia.com/package/[email protected] Not as much as I expected honestly

This is a blocker to me regularly using zed. I almost always use vscode remote developing from my laptop to my desktop at home, so it would be disruptive to...

> EDIT: Oh you probably mean checking if a datetime matches all of the criteria in the rrule? This is exactly what I am looking for.

Basically my problem is this: I want to know if a `datetime` occurs in my rruleset sequence. Something like: ```rust let in_sequence: bool = rrule.build(dt_start).unwrap().into_iter().find(|val| val == datetime).is_some() ``` I...