-
- The default port (/dev/ttyUSB0) is Unix-specific, on Windows it should probably be COMx (the first Arduino comes up as COM5 on my Windows 7 box). The port can be overridden using the -p command line…
-
**Describe the bug**
ExtractSpectra scrambling the detector placement as seen in instrument viewer
**To Reproduce**
(1) Make workspace
```
# import mantid algorithms, numpy and matplotlib
from…
-
Morning !
Today I noticed to get some random error I can't really explain on my CI/CD:
Do you have any ideas what could cause this error ?
It does not happens often, but only randomly.
```…
-
See https://github.com/zeroc-ice/ice/actions/runs/11497902292/job/32002601618
```
*** [286/311] Running csharp/Ice/maxConnections tests ***
[ running client/server test - 10/24/24 11:51:41 ]
- C…
-
After upgrading the library from 1.2.3 to 1.2.5 I started to see `hookrouter/dist/index.d.ts is not a module` error. I think it's because `*.d.ts` files are not included with hookrouter/dist folder an…
-
`PYTHON_API_VERSION` and the related `sys.api_version` module attribute were last changed for Python 2.6.
At the moment they're not documented at all, so anyone stumbling across them (e.g. by runni…
-
This started after updating to 5.3.2 from 5.2.7. I can't create a repro since some tests work ok.
```
Stack Trace:
AfterTransactionCompletionProcessQueue.AfterTransactionCompletion(Boolean s…
xumix updated
2 years ago
-
# Lines of code
https://github.com/code-423n4/2022-11-looksrare/blob/main/contracts/proxies/SeaportProxy.sol#L136-L164
https://github.com/code-423n4/2022-11-looksrare/blob/main/contracts/proxies/Seap…
-
I found it incredibly easy to write a custom rule for my project. (Thank you!) However, I found it challenging to write PHPUnit tests for that custom rule.
I think `\TwigCsFixer\Tests\Rules\Abstra…
-
Question: I wounder if you would mind showing an example of how to test an API route that does a POST to a controller action that has an action name and takes in a class marked [FromBody]. For example…