Zac Pullar-Strecker
Zac Pullar-Strecker
When the number of unlabelled points is very large it may be beneficial to copy the classifier into a number of threads/processes and query chunks of the data separately, then...
> Search for any available argument that can be parsed, and remove it from the "arguments queue". > The removal is irreversible. And happens after the search and the parse...
Currently if pest fails on a blank line it will output something like this: ``` --> 8:1 | 8 | ␍␊ | ^--- | = expected literal, single_name_part, new_indent, or...
Before this change the PKCE secret would be verified only if it was sent by the client. This defeats the point of PKCE as a malicious actor which intercepted the...
Running screenshots fails if both a physical device and an emulator is available. ``` Starting flutter daemon... 1.2s Warning: using default value 'phone' in fastlane directory. Clearing images in android/fastlane/metadata/android/en-GB/images/phoneScreenshots...
**Describe the bug** `RunReactants` produces molecules which break in subsequent `RunReactants` calls. ``` RuntimeError: Pre-condition Violation getExplicitValence() called without call to calcExplicitValence() Violation occurred on line 306 in file Code/GraphMol/Atom.cpp...
**Describe the bug** The following smarts fail to parse: ``` [#6]\?[#6]>>[#6] [#6]/?[#6]>>[#6] ``` because of the `\?` indicating down or unspecified or the `/?` indicating up or unspecified bonds. These...
Motivation: https://github.com/jwilm/alacritty/issues/957 [Relevant DirectWrite API](https://msdn.microsoft.com/en-us/library/Dn482049(v=VS.85).aspx) [Relevant Core Text API](https://stackoverflow.com/questions/29069362/how-does-apples-text-rendering-draw-a-glyph-that-a-font-doesnt-have) Freetype/Fontconfig: ?
After the development process it would be useful to squash all migrations into one file.
It would be great if the winpty lib could search for the agent in the path as well as in the current directory.