Matthew Bradbury
Matthew Bradbury
**The name of the language** Linker Script (LD) **Implementation in other libraries** * [Atom](https://github.com/ce3a/language-linkerscript) * [Sublime Text](https://github.com/jbw3/SublimeTextLinkerSyntax) * [Linguist](https://github.com/github/linguist/pull/2330) **Additional context** A fairly common file extension on GitHub: https://github.com/search?p=1&q=extension%3Ald+sections&ref=searchresults&type=Code&utf8=%E2%9C%93
It would be nice if the random number generators could be provided without locks. In my simulations there is a single RNG per thread, so the locks are simply overhead....
If there is text contained within an \iftrue block and the \iftrue logic is then removed in an edit, latexdiff will display the contents of the else block as deleted....
When type checking a program using `create_process` a warning will be shown that its return type is partially unknown. This is because `create_process` (https://github.com/ronf/asyncssh/blob/develop/asyncssh/connection.py#L4057) has been annotated with the return...
The ExtractCallback supports events at both the start and end of decompressing a file in an archive. When an archive contains very large files events are not sent to the...
Addresses some performance issues identified in #749. Primary changes: 1. LpConstraint no longer inherits from LpAffineExpression, this is so a reference can be kept to the already created object instead...
Details for the issue -------------------- #### What did you do? Creating large problems in PULP is slow, there are a two issues: 1. Creating expressions via `pulp.lpSum` is slower than...
PyDTMC forces a dependency on an old matplotlib version (https://github.com/TommasoBelluzzo/PyDTMC/blob/master/setup.cfg#L60). This has knock on effects in terms of the numpy and scipy versions that can be installed. It would be...