Sebastian Malton

Results 129 issues of Sebastian Malton

It would be great if it was possible to specify how many characters the initial should use. This is useful if you are doing multiple verses and want to have...

Given the following latex: ``` \scriptsize The mouth of the just man tells of wisdom and his tongue utters what is right. The law of his God is in his...

I have injected the module with browserify (if that matters) and my html is the following: ```html ``` and my controller has the following code: ```js var uploader = $scope.uploader...

I am using remote-ssh to develop on a different machine. But when I open my rust project the following errors appear: ``` Couldn't start client Rust Language Server ``` ```...

Now that the `box` keyword has been reserved in Rust2018, and it is possible to use it behind a gate I think it would make sense to highlight it as...

**Describe the bug** When executing the "Duplicate File" actions from the command pallet (or more generally a keyboard shortcut) and no file is currently open (but the explorer is active...

enhancement
help wanted
user-feedback

I have something similar to the following in a `.proto` file: ```proto option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = { ... }; ``` This is at the "top level" (ie, not in a `service`...

Current: ```ts const regex = TypedRegEx("^\w+(@(?[a-z0-9-_.]+))?$", "gi"); const captures = regex.captures(...); // { version: string } | undefined; ``` Expected: ```ts const regex = TypedRegEx("^\w+(@(?[a-z0-9-_.]+))?$", "gi"); const captures = regex.captures(...);...

Description: If a named capture group has some optional grouping itself then the whole group is optional. Test case: Current: ```ts const regex = TypedRegEx("^(?((@\\w[-\\w]*\\/)?\\w[-\\w]*))$", "gi"); const captures = regex.captures(...)...

Signed-off-by: Sebastian Malton

chore
area/extension