Fred Callaway

Results 79 comments of Fred Callaway

I implemented this functionality in my fork. Not sure if the .plist change is correct; I just edited the installed workflow code (chrome.py) and then set the argument to optional...

One easy improvement is to search for each word separately rather than for the whole string (this is how tupton's safari history plugin works) In `history_results` (chrome.py), change `q =...

OK and how would you toggle that context key? I thought it might be easier to just have a global flag in a settings file that can be toggled on...

Bumping this. Note that it's not just key capture but also the automatic cursor re-positioning. I think the best approach is to have a flag that basically freezes the entire...

Looking at the code more, lots of stuff won't make sense with negative objective values. Is this just a standard assumption for genetic algorithms? (I'm no expert!)

OK sure that's fine. But I think it would be good to include the constraint that the objective function be positive in the documentation. Also, it's worth noting that taking...

Implementation is super easy. Most of the work is updating interface functions. Also it currently requires float arguments (because I wasn't sure how to cast to float when the argument...

The issue is that we need to cast an Int argument to Float64 (but a BigFloat should stay a BigFloat). This is currently done with `Tf = float(T)`, but float(Nothing)...

To give more information, I think the issue is that the notebooks were not registered with the database when I generated the assignment using the web interface. Is there anyway...