Andrey Kutejko
Andrey Kutejko
#actixживи
`gir:require-namespace` implicitly loads dynamic library (.so, .dll, .dylib). Loaded image has memory dump only. All dynamic libraries need to be reloaded again. In case of SBCL a hook `sb-ext:*init-hooks*` can...
I think it would be hard to maintain such document unless it is managed/covered by `cargo doc`.
Can we have one more formatter which also escapes forward slashes (and possibly also ``, `&`)?
To use serde_json in such scenarios, I had created alternative formatter https://github.com/xd009642/tarpaulin/blob/master/src/report/safe_json.rs It would be great if such formatter is available out of the box.
There is nothing bad in embedding JSON into ``. JSON **is** a subset of JS (since ES2019).
@webmaster128 HTML parser doesn't care about JavaScript (And it should not). it sees tokens differently. ```html document.write (" This won't work ") ```
@sdroege @bilelmoussaoui I started to implement such macro for one of my applications (which I use as a playground) [here](https://github.com/andy128k/find_duplicates/pull/2/files). I this something you wanna have in gtk-rs?
@bilelmoussaoui In my example `Self` does not implement `ActionMap`. It is `self.0` who implements it.
Moving this to `glib-macros` will make a circular dependency. Doc-tests depend on `gio`.