Luke Frisken
Luke Frisken
Thanks for the contribution! It needs a `cargo fmt` and I left one comment, then hopefully soon good to merge!
One solution for embedding SVGs/Images to use in the dom is to use something like `rust_embed` for image assets, and then base64 encode the image to place into the DOM,...
@thedodd do inline snippets still produce separate javascript files when built?
> @kellpossible you can do both: > > * as a separate JS file: `#[wasm_bindgen(module = "/js/foo.js")]` > * as inlined JS: `#[wasm_bindgen(inline_js = "export function add(a, b) { return...
I just want to add that this is not a criticism of the work from @raychu86 and @howardwu. It's entirely possible that the current implementation is this way simply due...
I have previous experience undertaking refactors of similar scale or larger in my last job, and when we properly analysed and documented the existing design and requirements, it was easy...
# Aleo Setup Refactoring Discussion + **Date:** 2021-06-18 + **Present:** @ibaryshnikov @emmorais @kellpossible Discussion about proposed changes in [#267 Proposal: Refactor phase1-coordinator's coordinator.rs, coordinator_state.rs](https://github.com/AleoHQ/aleo-setup/issues/267). ## Agenda - [x] Add any...
and pandoc still has the ability to convert html documents to latex for pdf purposes as far as I'm aware, also it opens up the door more for using this...
I have another private project which uses html as an intermediate representation to convert from microsoft word documents to markdown/reStructuredText in order to apply edits before converting again with pandoc....
While building support for cross-referencing I ran into this limitation https://github.com/kellpossible/mkdocs-combine/issues/3