Rody Davis

Results 418 comments of Rody Davis

I updated the bg2obs.sh line 171 with the following: ```bash if ${boldwords} -eq "true" && ${headers} -eq "false"; then text=$(ruby bg2md.rb -e -c -b -l -v "${translation}" "${book} ${chapter}") #...

> Edit the file bg2obs.sh. > > Change line 182 from `text=$(echo $text | sed 's/^(.*?)v1/v1/') # Deleting unwanted headers` to `text=$(echo "$text" | sed 's/^(.*?)v1/v1/') # Deleting unwanted headers`...

This would also work well with [this project](https://github.com/flutter-rs/flutter-rs) too. WebAssembly can help in more areas too. With a dart2wa tool we could even use it on the server with [wasi](https://github.com/WebAssembly/WASI)....

Is there an option to init a project too? (Like with init in vite for lit)

I got that part working. But I was more curious about the backing custom docker image like the other ones in the repo. There are already some remade docker images...

Also dart is included in flutter, but they are slightly different versions.

And exploratory at the moment. But I have been working on building a batteries included IDE for flutter. Including the ability to have project template creation. https://twitter.com/rodydavis/status/1226686984346689536?s=20 And im updating...

Here is my PR so far: https://github.com/theia-ide/theia-apps/pull/303

Wasn't Supporting 64 Bit and the app was letter-boxed on the iPhone X