-
When Delphi is turned on, the colour highlighting in the source editor is shifted. Just scroll through the code (e.g. PageUp, PageDown) and everything is displayed correctly.
![cnPack](https://github…
-
The xml file I'm working with contains a lot of `` style abbreviations inside the DOCTYPE tag that don't seem to get picked up. Is there any configuration I have to do in order to make it work?
the…
-
I propose introducing a new keyword `try` to tackle the problem of `if err !=nil` spam.
Curretnly we have
```go
func foo() error {
f, err := openFile()
if err != nil {
.....
…
-
## Search Terms
TemplateStringsArray, TaggedTemplateExpression
## Suggestion
There shouldn't be a type `TemplateStringsArray`, it should be a `const string tuple type`, so we can writ…
-
`git clone https://github.com/jeremiahsavage/cwl_aws_cp.git`
with cwltool:
```
(cwl) [jeremiah@localhost ~]$ cwltool cwl_aws_cp/aws_s3_get.cwl cwl_aws_cp/aws_s3_get.yml
/home/jeremiah/.virtuale…
-
## Project Request
---
| Field | Description |
| ------ | --------------------------------- |
| About | Sign language recognition using deep learning and machine l…
-
Came across this as I was playing around with implementing memoisation via double-checked-locking with `sync::RWLock`:
The following, which puts the `.read()` result into a temporary binding works …
-
## Problem or new feature
From what I gather, a "position" is kinda like a context, except it refers to where the considered code is in relation with the rest of the code. However, I have only foun…
-
After upgrading my dependencies to the latest version and switching from ^2.0 to ^3.0 I get the following error and the field is not rendering anymore.
```
nova-file-manager:36 Uncaught TypeError:…
-
Here is the proposal we used in 2020. It was accepted, but was later cancelled when the conference changed to online-only. I also have the review comments but I don't know if those can be shared publi…