Julian Gilbey
Julian Gilbey
As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922381 the mounted filesystem often just disappears after a while. This happens on multiple systems with multiple different phones; it is unclear where the source of the...
In the docstring for `agent()`: https://github.com/wandb/wandb/blob/a339333b3ee93864daf416f04c1501186dffac5c/wandb/wandb_agent.py#L534 `sweep_id` is specified to be a `dict`; however, https://github.com/wandb/wandb/blob/a339333b3ee93864daf416f04c1501186dffac5c/wandb/sdk/wandb_sweep.py#L31-L33 specifies that `sweep()` returns a `str`. The documentation for `agent()` should be fixed.
### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [...
The doc/tre-api.html file in the Git repository explains the return codes of the various functions; it would be helpful if these could be included in the online documentation at https://laurikari.net/tre/documentation/regcomp/...
The following small example shows that this regex is not handled correctly. ```c #include #include int main() { regex_t preg; int ret; tre_regcomp(&preg, "\\ba", REG_EXTENDED); ret = tre_regexec(&preg, "this is...
This is a very strange one, and might not be the fault of bytecode: ``` (sid_armhf-dchroot)jdg@abel:~/python-bytecode-0.15.1$ python3.12 -m pytest tests ============================= test session starts ============================== platform linux -- Python 3.12.1,...
### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [x]...
## Summary The output of `webfont --help` currently includes `-f, --fontName` and `-r, --formats`, but these don't match the definitions later in the file, so `-f myfont` produces no output...
## Summary When building webfont, I received the following warning/error: ``` (!) Plugin typescript: @rollup/plugin-typescript TS2349: This expression is not callable. Type 'typeof import("/usr/share/nodejs/globby/index")' has no call signatures. src/standalone/index.ts: (121:28)...
## Summary ### Proposed changes This PR brings the following changes: * Only rollup the run-time files; exclude test files. (Otherwise many errors are produced.) #### How to test Describe...