Deniz Akşimşek

Results 57 comments of Deniz Akşimşek

@Omikhleia - Here's a markdown-it plugin: https://github.com/hilookas/markdown-it-directive - remark impl: https://github.com/remarkjs/remark-directive - micromark (i never understood if this was separate from remark or not) https://github.com/micromark/micromark-extension-directive - Discussion on CommonMark forum:...

Use event delegation for this. https://denizaksimsek.com/2021/hyperscript-event-delegation/ ``` on click from body tell closest to target alert("a button was clicked") ```

You can access localStorage as follows: ```applescript get localStorage.modalOpen -- do stuff set localStorage.modalOpen to value ```

pushed a fix for this that should be out in the next release

this is currently fixed on the website & will be fixed in the next release of the library

This anonymous class idea seems like just a glorified Map. I think a shorthand like the one Visual Basic uses would be suitable for this use case (and a less...

Sorry, I know about anonymous types but got confused. With regards to the original JSON example, how would the following code behave? ```dart final json = '{ "${getRandomString()}": "foo" }';...

Thank you for fixing this. As we are rewriting the book with a different markup language and toolchain, we ported your contribution to the rewritten version, so this PR will...

I understand that "thought leader" is jargon and not very accessible. However, we would like to replace it with other terms that have the same meaning, instead of removing it,...

Thanks for the fix. The comma was added for indexing purposes, and was not intended to appear in the text itself. As we are rewriting the book with a different...