Philip Waritschlager
Philip Waritschlager
check https://github.com/pdfminer/pdfminer.six/issues/691
@gregvanl these aren't documentation, it is a mere list of commands. For example, it is impossible to find out the available args for any of these.
@mackelito If we are talking about nesting inside the **same** component (contrary to `ng-content`, which is used for displaying contents from the **parent** component), then no, this does not apply...
@vincentkerdraon You need to add the `curl` package manually beforehand.
> > @vincentkerdraon You need to add the `curl` package manually beforehand. > > What is this really mean? I am newer to Lua. It means that you might need...
I am running some kind of batch script and for ~1000 parse iterations, this library took 2.8s while both https://deno.land/x/[email protected] and https://deno.land/x/[email protected] were at around .2s, so around 10 times...
not sure this is the exact same issue as in gtk4: I ran a quick search/replace for all usages of `@pointer = LibgGObject.new_with_properties`, now they all go ```crystal def initialize...
As things have gotten stale around here, I have had another look into this from the extension's point of view and fixed it there now. CoffeeSense now automatically transforms all...
I had added it to the readme last year. other than that, as there's nothing to do from an extension standpoint, I'll close this
fyi there's an ever better solution than root or input group: `sudo setcap "cap_dac_override=+p" path-to-program`. This requires cooperation by the program itself though, see for example Espanso's docs: https://espanso.org/docs/install/linux/#adding-the-required-capabilities