Justin Clift
Justin Clift
It'd probably be a good idea to setup Travis CI to automatically test commits in this repo
Uploading can take some real time, depending upon the connection between the client and the server. It would be useful to display some kind of progress bar while uploading.
We're going to need some way to categorise databases, so that people can search for data sets belonging to various topics. One potential approach might be for people to tag...
irutil: add utility API for creating dwarf metadata (was: Example with inclusion of DWARF output?)
Looking at the examples, would it be feasible to add one that includes the DWARF debugging info? For example, the current "Output example - Produce LLVM IR assembly" is useful...
Curl is used for everything else, so might as well get rid of wget. :smile:
Hopefully this makes it easier for future PRs to be merged. Commands run: $ shellharden --replace setup.sh data/*sh $ shfmt -i 2 -l -w setup.sh data/*sh
Just noticed the `LATEST_VERSION` being reported for the 8.x series release is `8.0.0.b32245`: https://github.com/getredash/setup/blob/cb47626b6823cbafac407b3e8991e97f53121f6e/setup.sh#L58 However, `8.0.2.b37747` is available. Is the 8.0.2 build not considered stable, or is this just a...
Started playing around with wasm, using the new Go 1.11 js/wasm target. eg `GOOS=js GOARCH=wasm` One drawback there is the complete lack of any kind of debugger. Thinking about how...
As a data point, the DBHub.io API has been updated to version 0.2 in order to support our new (experimental) "Live" databases. These "Live" ones aren't version controlled like the...
As requested by @raananb, we should [add an option for automatically opening the last opened database](https://github.com/sqlitebrowser/sqlitebrowser/issues/420#issuecomment-169253455) (to Preferences?). This sounds useful to me, and for many other people who edit...