-
#### Description
I'd like to generate localised string from the following code:
```
let skills = ["nunchuck", "bow hunting", "computer hacking"]
let notLocalizedJoined = skills.joined(separator: "…
-
It’s pretty easy to end up with stuff that doesn’t produce valid GLSL because of e.g. a `ShaderF` constructor with poorly-defined semantics.
-
### Describe the project you are working on
A components plugin that makes it easy to selectively add external scripts to the project
### Describe the problem or limitation you are having in you…
-
### Scenarios for matching:
1. A record for a person already exists in Aam Digital and needs to be “enriched” with data from skillmap.
2. No record for the person exists in Aam Digital, a completely…
-
# Summary
Make white-space handling less confusing / more consistent with the introduction of an "adjacent selector": `,`
# Motivation
* The rules `soi`, `eoi`, `white-space` & `comment` look…
Kroc updated
8 months ago
-
This is an umbrella tracking JIRA for creating a small self-contained C implementation of Arrow. This purpose of this library would be compactness and portability, for embedded settings or for FFI in …
-
**Describe the bug**
Acronyms & initialism in English use upper case letters to differentiate them from no other kinds of words. Using improper casing loses this syntactic information. I see some err…
-
# Description of the new feature/enhancement
Support multiple languages for Readme.md.
Having a documentation in your native language is essential if you don't speak English, and still e…
-
Thank you Daan and co. for a language with such a (subjectively) beautiful and (objectively) consistent and flexible syntax. One thing I don't like much though is the anonymous function syntax since i…
-
**Is your feature request related to a problem? Please describe.**
I noticed that diffsitter returns `0` when the two files have the same AST, which is awesome. However, it still produces output if…