Oren Zomer
Oren Zomer
Support viewing pages that contain not only one json, but a sequence of jsons (that may or may not be separated by spaces and newlines). Shouldn't be hard to implement...
## Expected behavior The example for a smart-collection [here](https://doc.forestadmin.com/developer-guide/express-mongoose.html#what-is-a-smart-collection) should contain a fuller example, with create/update/delete apis, and one relationship (smart relationship?) between a smart collection and a normal collection....
Hi, I was referred by @hvarra on the slack channel ( https://googlecloud-community.slack.com/archives/C1D2F6GRF/p1519242426000234 ). The current emulator rejects deployments with flags that are not yet supported. For example, deploying with the...
## This is a Feature Proposal Following the [docs](https://github.com/serverless/event-gateway/blob/master/docs/storage.md#just-config-files-reloaded-on-file-change) one approach for storage is "just config files, reloaded on file change". This could be very useful if the configuration does...
Should use 10.16.0 (LTS).
https://github.com/tehnokv/picojs/blob/master/lploc.js#L110-L111 Classic "javascript gotcha". The default sort compares the string values, not number values. `[1, 10, 2].sort()` will result in `[1,10,2]`. I'm almost sure this was not the purpose... Please...
There is no need to use an entire executable just for moving a file. This can be done using a standard cmd script: `move /y sourcefile destfile` Or with a...
Instead of sending sats to a specific user, I would like to attach funds to a random ~8 digits coupon code - for anyone could redeem. This will allow users...
For people who have an on-chain wallets and don't want to move the funds twice (first to some lightning wallet app and then to ln.tips).
Hi, All operations that accepts units of "degrees, radians, miles, or kilometers" can also accept "meters". One of our developers called `distance` with unit "kilometers" and divided the result by...