Francis Tseng
Francis Tseng
I recently updated to Ubuntu 22.04 and `gpick -so` stopped outputting the selected color. This is with the official apt repo which is still at `0.2.6`. Everything else about the...
I just finished reading https://speak-statistics-to-power.github.io/fairness/ and thought it was a nice survey of different approaches to quantitative fairness and considerate of the shortcomings of it as a sole methodology for...
Are there any plans to change the `beautifulsoup` dependency to `beautifulsoup4` for Python 3 support? Or are there other factors as well before this will be py3 compatible?
I'm trying to set a cache for the API with a long timeout: ``` api = twitter.Api( consumer_key=CONSUMER_KEY, consumer_secret=CONSUMER_SECRET, access_token_key=ACCESS_TOKEN, access_token_secret=ACCESS_TOKEN_SECRET, sleep_on_rate_limit=True ) cache = twitter._FileCache(root_directory='/home/me/') api.SetCache(cache) api.SetCacheTimeout(60*60) # in...
what are the guidelines for establishing groups around the same topic/syllabus but that are based in different locations? some ideas: - all share the same repo, but each location has...
Is this library no longer maintained? If so, does anyone have a recommendation for a similar library that's still maintained?
[HOSNY uses socketio](https://github.com/frnsys/hosny/search?utf8=✓&q=socket&type= ) to push events to a frontend, which it makes it easy to create arbitrary visualizations for a simulation. `cess` should provide this functionality out of the...
Hi, thanks for this library. I'm having one small issue that I can't seem to figure out.  I have some models like this one where the model is shown...
I'm unable to build for macos, keep running into: ``` Error: Cannot find module '@tauri-apps/cli-darwin-arm64' Require stack: - /Users/runner/work/_actions/JonasKruckenberg/tauri-build/v1/dist/index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1145:15) at Function.Module._load (node:internal/modules/cjs/loader:986:27) at Module.require (node:internal/modules/cjs/loader:1233:19) at require...
Hey, thanks for this library. Is there an option to always show the first and last ticks?