Aaron B

Results 12 comments of Aaron B

@BenHerbst I had the same issue and went through the motions of making PlantUML work as described here with Java. https://plantuml.com/command-line After sorting out some of the dependencies (in my...

@d3jv Sorry if my original post was confusing. First off, I should say that this extension already includes a [.jar file](https://github.com/weirongxu/plantuml-previewer.vim/tree/master/lib), so you shouldn't have to install one yourself. However,...

https://github.com/JiHong88/suneditor/issues/1320 As of 2.46.3, you should be able to use strictMode: false option, no? Maybe this issue can be closed?

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script > async- For classic scripts, if the async attribute is present, then the classic script will be fetched in parallel to parsing and evaluated as soon as it is...

Well given your issue, I’m not sure but maybe using the defer attribute would solve your problem and do it even faster since it is “executed after the document has...

So I did some testing on this and if multiple attributes are specified at the same time, one method will take precedence and only one request is launched, where hx-get...

I think “load” is only triggered once anyway? > once - the event will only trigger once (e.g. the first click) > > This example will load /news immediately on...

I’m not sure about tutorial, but the book mentions something similar to this: > Htmx takes advantage of this feature of HTTP and adds additional headers and, therefore, additional context...

I think this may be a misunderstanding, but maybe I'm wrong? I could not reproduce the behavior you described...but I did produce maybe something similar, but it wasn't unexpected necessarily....

@G2G2G2G I'm sorry, are you saying that scrot works fine with fish, or this plugin does? Because I was referring to the [awesomewm-screenshot](https://github.com/denisoster/awesomewm-screenshot) plugin code as not working with fish.