Max Satula
Max Satula
This example ```js require('dirty-json').parse(null) ``` Returns `null` as expected, but whines every time: > dirty-json got valid JSON that failed with the custom parser. We're returning the valid JSON, but...
A simple CQN example does not receive notifications when running in Node interactive REPL. Example code is here https://gist.github.com/maxsatula/90584883001f95214e619bbd2022da08 While having successful CQN subscription, events are not coming upon table...
That is a feature request to consider. Whether it is a good pratice or not, is an open discussion. Use case: emacs runs as a service in a docker container...
# Feature Request ## Description Alternative constructor to attach to a running omxplayer process without loading a source ## Example use case 1. I run `omxplayer` myself, and would like...
Apparently, need to replace https://edelivery.oracle.com/akam/otn/linux/ with https://edelivery.oracle.com/otn/linux/ (remove "/akam") in download.js Secondly, a different default for `ORACLE_FILE=oracle18c/xe/oracle-database-xe-18c-1.0-1.x86_64.rpm` Also, it is downloaded as .rpm, not as .zip anymore, Not figured out...
You can improve [Examples/SuspendPowerPlan.ps1](../tree/master/Examples/SuspendPowerPlan.ps1) by allowing a combination of options, like you are already doing bitwise OR for `$ES_CONTINUOUS` internally, in particular Display+System is a useful combination in the real...
It would be nice to allow `/@TNS` connection format with an empty username and password and use Secure External Password Store (sometimes called Oracle Wallet) for authentication. This will also...
Got an error: Could no process .... I had to modify cli.js by adding `console.error(e)` to a catch block to figure out the actual error: ``` Error: Failed to launch...