-
### Description
```nim
import std/macros
macro evalOnceAs*(exp, alias: untyped): untyped =
expectKind(alias, nnkIdent)
let
body = nnkStmtList.newTree()
val =
if exp.kind …
-
I am trying to upload a file to a private Slack channel using the Slack API via the following Python script.
However, once uploaded, the file cannot be downloaded by users in the channel. I am looki…
-
### Description
When defining a custom type alias or type class, the `distinct` keyword in argument position seems to not do anything as implied in the manual. It neither works with explicit nor impl…
-
### Steps to reproduce
1. I was in https://matrix.to/#/%23element-x-ios:matrix.org
2. Typed a msg (using normal composer; nothing special)
3. Hit send
4. No local echo
5. No remote echo
6. Check…
ara4n updated
3 weeks ago
-
### Did you test with a precompiled firmware?
Yes, and the problem still exists.
### Bug Description
Everytime I try to do 2 prints back to back after another I always get a "Printer Killed! M112 S…
-
### BYOND Version
_No response_
### Round Date
_No response_
### Round ID
_No response_
### Test merges
_No response_
### Describe the bug
When I was looking around a maintenance area on Echo…
-
### Description
iOS Azure CI pipeline taking an hour and causing it too fail -
![image](https://github.com/user-attachments/assets/d4345772-c9cc-4cd3-8109-41433f1b07f4)
All the steps are complet…
-
### Description
When the type contains a self-referenced optional field then during the variable assignment (value copy takes place I believe), the field 'isSome' has a wrong value. Below are the e…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
equal or higher than v1.16.0 and lower than v1.17.0
### What happened?
Experiencing problems in east…
-
### Quick summary
RPCS3 replaces file hardlinks with regular files.
### Details
RPCS3 is overwriting hardlinks of files that were created before launching RPCS3, and even after RPCS3 has laun…