Daniel Gregoire

Results 9 comments of Daniel Gregoire

It would also be great to have "Last Monday in May" logic (this is US Memorial Day).

If you're game for having options come through `lein gorilla`, then that's enough of a starting point for me. Thanks for the timely response.

Per @wohali on Fedora, install xvfb via: ``` sudo dnf install xorg-x11-server-Xvfb ``` This solved this issue for me.

Is it the case that creating a socket is only supported in the browser (outside of that `sockets_fixed` branch)? Looking at [this conditional](https://github.com/plasma-umass/doppio/blob/0fc2b268d4678d3a1b95b3b22ee06c5c5657718f/src/natives/java_net.ts#L163-L164).

Development notes: Shortcut puts different length limits on different entities: |Field|[Length limit](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#length--)| |--|--| |Story name|512| |Epic name|2048| |Iteration name|256| |Label name|1024| Furthermore, the service that validates these lengths runs on...

I neglected to run `tox` before pushing that last commit, there are errors; I'll fix them before pushing again, no need to approve the workflows.

I believe Python's `import` prevents importing names with a leading underscore; I get an `ImportError: cannot import name '_Files' from 'requests.sessions'` when I attempt to `from requests.sessions import _Files`. Two...

Apologies for not double-checking the source of the types, I had jumped to them in my editor and didn't realize they weren't provided by the requests implementation itself. The types...

We've since deprecated `searchStoriesOld` and added a renamed version `queryStories` that should help reduce confusion. @charpeni If we're going to cut a new version soon, we could remove `searchStoriesOld` and...