-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
⚠️ this original post has been edited by @timneutkens to reflect [this comment](https://github.com/vercel/next.js/issues/48748#issuecomment-1578374105) ⚠️
## Changes in the past week
I've been i…
-
It's quite clear in the title. No matter what I do, it just won't bundle. I can't even find a place to specify `bundle: true`.
`vite.config.ts`:
```ts
export default defineConfig({
server: { p…
-
YAML.safe_load will raise an exception when you try to load text that happens to contain a sequence of numbers that looks like a date but is not:
```
s="2016-02-31"
YAML.safe_load(s.to_yaml)
# => Ps…
-
At the moment frustum only accepts a vector for point test:
https://github.com/playcanvas/engine/blob/55a3ff8845f0cf30829aeec515f24ac98b6baf4d/src/core/shape/frustum.js#L128
This is a feature re…
-
The code generated for SQL is far from optimal comparing to EF6
### Steps to reproduce
I'm getting model from database in following way:
```csharp
from user in context.Users
…
-
Hi @ak-nv
I am having an issue with creating the tfrecords for training.
I used data2kitti.py to generate the training dataset, resulted in the following log
```
Directory Already Exists
Dir…
-
## Abstract
Proper sum types and structural pattern matching for Nim by the introduction of `union` and extension of `case` with structural matching and and `where` clauses. Heavily inspired by Rus…
-
The following safe code will segfault:
```rust
fn main() {
let ptr: &&u8 = flatbuffers::follow_cast_ref(&[1, 2, 3, 4, 5, 6, 7, 8], 0);
println!("{}", **ptr);
}
```
-
One of the things that can be achieved with Json parsers like Moshi is writing [custom adapters](https://github.com/square/moshi#custom-type-adapters) to map some types to the non-default ones.
Thi…