-
Just wondering if you have thought about splitting out the UI and SQL translation api?
The SQL translation could be an interesting library on its own
benoj updated
5 years ago
-
We need to change the example JavaScript code to TypeScript code and then start work on getting the data from a running HTTP-Server via the Axios HTTP-Client for instance.
-
Hi,
After upgrading to 7.0.1 I got a message from Linux Malware Detect v1.4.2 that there is a male-ware on the install on my system. Are these files below legit or is is in dead a male ware?
malware…
-
Hi!
I've got a suggestion to try the `5.x` branch (in gollum/gollum-lib#103), but couldn't build a gem from it. I used git to obtain `gollum-lib (5.0.a.4)`, installed a gem of that, then tried bui…
-
hi,
i downloaded and extracted the binary from xidel-0.9.6.linuxarm.tar.gz
when i run it, however, i get:
```
$ ls -l
-rwxr-xr-x 1 teo teo 6603687 Jan 8 2017 xidel
$ ./xidel --version
-bash: …
-
We finally got a copy of JRuby on our network, so I thought I'd start testing gollum under windows. I'm going to file individual bug reports for specific things I notice and compile my findings here.
…
nlowe updated
4 years ago
-
Hello
I use this tool to learn xpath and python web scraping and I was wondering how much effort is required to update this to Xpath 3.1 please
-
I'm currently using a logging setup along the lines of the following:
```py
logger.add('output.log', serialize=True, level='TRACE')
```
which dumps a whole load of JSON-serialized log messages to …
-
The following query (where array access ``[[0]]`` is mistakenly written as array constructor `[0]`) causes a job abortion:
jiqs$ for $o in json-file("wasb:///sample.json")
>>> where $o.cho…
-
This query (from the JSONiq tutorial) fails. It is worth investigating, but may be complex to solve (it may come down to the nested for, which we can discuss)
let $stores :=
[
{ "store number" …