-
Consider the following exampe:
```toml
[servers]
[servers.alpha]
ip = "10.0.0.1"
dc = "eqdc10"
[servers.beta]
ip = "10.0.0.2"
dc = "eqdc10"
```
**Idea:** add a shortc…
-
*@rusty-snake commented on Nov 14, 2020, 5:40 PM UTC:*
ATM there are three domains which did not look right.
* `://www.bit.ly/38tqwJT`
* `blog.goo.ne.jp/orochima/`
* `freeiv.pixnet.net/blog`
…
ghost updated
3 years ago
-
I was looking at the new section for Parts to the MNX-Common by Example page and it raised the question of how to group parts (the MusicXML part-group elements). I've been looking in the specification…
-
⚠️ Update: this approach has been abandoned in Zod 3 for a more Yup-like "transform chain" approach.
This is the proposed API for implementing data transformation functionality in Zod.
## Propos…
-
Currently the mapping is in the portal repo but should probably be associated with data objects upstream.
-
### Release Notes
Improved screenprint of the current subjects/sessions/modules by `xASL_Iteration`
### Issue by Maurice Pasternak
I have been brainstorming a method for robustly capturing erro…
-
A customer is hitting a problem (that began with code insights) where their historical searches are sometimes capped at 1k results instead of returning the full results set (which renders their insigh…
-
#### Question about pandera
Through aliases and regex it is possible to check for an arbitrary number of column names whether they are valid. The column names are strings. In the below example all in…
-
@rvantonder
Context: I've been adding support for branches in indexed search. It's the first time I've properly had to page into my head the zoekt related code in graphqlbackend for a while. I've …
-
One proposed way to do this previously:
> (Honestly I think the best answer for this is to add one more validation check: Contains patternType:literal or patternType:regexp. This way we avoid issue…