Scott Johnson
Scott Johnson
I've been trying to figure out how to get a Kotlin annotation processor to produce new Kotlin source using the Filer API, which is necessary to get it to be...
According to [the webpack docs](https://webpack.js.org/configuration/output/#outputpublicpath), you can configure a dynamic public path for output files (like the web worker file) at runtime by adding ` __webpack_public_path__ = myRuntimePublicPath;` to the...
Would it be possible to preserve Linux file permissions when syncing to/from S3? It could be stored as key/value metadata. I don't know Go or this project, but I could...
E.g.: ``` var foo by observable(false) button { classes = setOf("foo") render { if(foo){ classes = classes + "bar" } } onClick { foo = true } } ``` Since...
Currently constructing rendered JS to send to the client through the websocket will involve repeated copies to bytearrays and strings, which could be optimized.
- [x] Add a testing parameter to add delay between events being received - [ ] Add a few helpful builtins for e.g. disabling a button until its callback has...
Should include: - "hello world" examples in README - Standalone project demo - Ktor binding examples - Notes on how Shade reconciles components and handles event callbacks
(This issue was imported from Gitea) **jeremy** on May 12, 2020: As far as I can tell, https://tools.ietf.org/html/rfc6530 provides support for unicode characters in the local part of email addresses....
(This issue was imported from Gitea) **jim** on May 5, 2020: Not sure whether this is a reasonable request. Is it possible to configure the TLS certificate for the webmail...
(This issue was imported from Gitea) **ciprian.craciun** on January 12, 2021: It seems that although the upstream RoundCube supports grouping of emails by threads, the RoundCube deployment used by PurelyMail...