Nathan Glenn

Results 59 issues of Nathan Glenn

### What version of `astro` are you using? 1.0.0-beta.73 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...

p3-minor-bug
s1-small

### What version of `astro` are you using? 1.0.0-beta.73 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...

needs response

Exit with an error message if the user tries to set `--num-threads` on a system where it leads to program errors. Killing the program early with a helpful message is...

This may be another OSX thing, but I've found that I cannot use the `--num-threads` option, as it always leads to a crash. Example run command: ./wiktwords --all --language Vietnamese...

This is a POC and cannot be merged as-is. It depends on a PR branch of wikitextprocessor, uses a hardcoded boolean to indicate that we are processing Simple EN text,...

Hi Ahmed, since you commented on my issue in the half-life regression repo, I was wondering if you have any plans on doing any evaluation of ebisu with the data...

MkDocs uses `edit/master` as the default `edit_uri` value, so without documentation stating otherwise I expected this to be the same in Portray, particularly because the documentation on `edit_uri` points to...

My `docs/` directory contains an `index.md` which is used for the homepage instead of the project readme (I separate developer and user documentation this way). So I get this output...

It would be helpful to be able to hear the chord that is currently displayed.

enhancement

>> from wiktionaryparser import WiktionaryParser >> parser = WiktionaryParser() >> word = parser.fetch('ฉลาด') >> word [] The page is clearly there on the website: https://en.wiktionary.org/wiki/%E0%B8%89%E0%B8%A5%E0%B8%B2%E0%B8%94. I'm trying to scrape the...