Timothy Gu

Results 56 issues of Timothy Gu

Without "exec", the shell process that is executing the wrapper script will stay alive until zotero-bin exits. There's no need for this, so we use "exec" to let the zotero-bin...

Before submitting your PR, please review the following checklist: - [x] **CHOOSE CORRECT BRANCH**: if filing a bugfix/enhancement against 0.9.x series, choose `master` branch - [x] **CONSIDER adding a unit...

Here are a few more issues (from @valenting in https://github.com/whatwg/url/issues/603#issuecomment-1462034815). We need to sort out whose fault this is: the spec or the whatwg-url implementation. (I've also included a few...

topic: idna
i18n-tracker

Hi, could you please enable HTTPS support for this GitHub Pages site? Should be as easy as flipping a switch in repo settings: https://help.github.com/en/articles/securing-your-github-pages-site-with-https

``` jade !:data #{data} ``` ``` js var l = require('liquor') l('!:data\n #{data}\n') ``` ``` TypeError: Cannot read property 'type' of undefined at tok (lib/parser.js:43:22) at module.exports (lib/parser.js:66:14) at liquor...

Only reproducible during enrollment season. 0. Find a class that's offered next quarter and go to that page. Example: https://hotseat.io/courses/3073/instructors/2760 1. Switch chart to previous quarter. 2. Switch to Drops...

bug

https://hotseat.io/courses/2077227/instructors/1147711 ![image](https://user-images.githubusercontent.com/1538624/221761254-7651dee2-05b7-48b1-91b7-3ac296643332.png) In fact, it's not just the title, but many other things in the `` as well: ![image](https://user-images.githubusercontent.com/1538624/221763059-e8561ab0-7a53-40ee-b89f-9e1817ce65a2.png)

bug

Currently, we use an ad-hoc replacement mechanism for constructs of the form `@@variable@@`. If we use something like [Jinja2](https://palletsprojects.com/p/jinja/), we would get a lot more features for free, such as...

Right now, many types have a "Set" method that allows conversion from a plain Go type to a pgtype. However, in practice it could be awkward to use. It would...