Sebastian Krüger

Results 18 issues of Sebastian Krüger

I maintain denomailer (https://github.com/EC-Nordbund/denomailer) a smtp client for deno and with https://github.com/EC-Nordbund/denomailer/issues/17 we saw that it did not run on deno deploy. I tried to replecate it and got a...

Hi as this project looks dead to me so I created a fork see https://deno.land/x/denomailer wich implements 1. Attachments (#43 #56 ) 2. STARTTLS (thanks to #54 #47) 3. cc,...

I currently look at how we can support classes. Example: Assemblyscript ```ts export class example { constructor(private s: string) {} public getString() { return this.s } } ``` In JS:...

enhancement

When using AsseblyScript just with the Loader I can have full type support as explained here: https://www.assemblyscript.org/loader.html#typescript-definitions I want the same when useing as-bind Or is there a easy way...

enhancement

**Is your feature request related to a problem? Please describe.** I want to use this feature with https://github.com/vue-leaflet/Vue2Leaflet. The problem is that this imports Leaflet with depends on `window` beeing...

enhancement

### Is your feature request related to a problem? For my work on the JS and VUE client I thought that it would be great to generate the Typescript types...

feature

### Is your feature request related to a problem? I have different use cases for this. Basicly make a callable list of surrealQL instructions with arguments etc. This would allow...

feature

### Is your feature request related to a problem? An easy way to update surrealdb. There where multiple requests for this on discord. ### Describe the solution Just run `surreal...

feature

### Is your feature request related to a problem? This would reduce the size of messages => faster, better ### Describe the solution per message compression (deflate) on Websockets ###...

feature
triage

## What is the motivation? A language server (short LSP) is one of the most important things to create for a language (here surrealQL). ## What does this change do?...