-
## Problem summary
Sharing this little "hack" that we recently implemented in our codebase.
There's only that much we can achieve by adding signatures to `Grape::Entity`, especially because of the…
-
Haven't seen activity on this since 2015, but if interested, a deprecated warning has emerged in ruby 2.7
```
/Users/user/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/picky-4.31.3/lib/picky/inde…
sonjz updated
2 years ago
-
Hi
With pg_partman we know the use case .By default run_maintenance_proc() does not detach tables concurrently. How do we implement tables detach concurrently without blocking other sessions
We ne…
-
Device: Sony Xperia 1 iii / XQ-BC62 / pdx215
Android version: 13
Magisk version name: v28.0
Magisk version code: canary-28001
Cannot capture boot dmesg as adb never becomes available before …
-
I can't work out the format for this option as I can't find it documented anywhere. Currently on my rpi it tries to use an interface called "tap0" but it should be using "eth0" as "tap0" doesn't even …
-
**Version**
List the versions of all `tokio` crates you are using.
`cargo tree | grep tokio`
```
tokio-notify v0.1.0
└── tokio v1.41.0
└── tokio-macros v2.4.0 (proc-macro)
```
**P…
-
Tried compiling rust from source on Windows, but getting the below error: `failed to run custom build command for `proc-macro-test v0.0.0`.
Interestingly enough, when I was compiling `1.76.0`, it w…
-
Hello, upgraded my app to Ruby 3.0.1 and it looks like `hurley-0.2` which is a dependency of your product broke the gem. Getting that error while calling `DirectionsApi`
```
2021-04-28T17:21:35.99…
-
Hello,
I can't get working binary engine with precise_runner on Ubuntu 18.04 with python 3.6.9
The engine itself works fine and gives a correct output with command line
./precise-engine/precise-eng…
-
### Description
Object destructor not called when reassigning after a `try-except` block.
Minimal example:
```nim
import std/os
type MyObj = object
data: pointer
size: int
proc…