jcalfee
jcalfee
FYI: I have been running different versions v10.1.2, v11.0.0 and v11.0.1.. They all seem to work in the same database. Could I have possibly corrupted the database?
I found an error in the ScatterDesktop console. This appears when I click the Scatter button on bloks.io: 
It is definately related to the AppImage. I built from [master] just incase and was **unable** to connect from the web page at bloks.io using `release/linux-scatter-11.0.1-x86_64.AppImage`. The AppImage for v10...
Looks like `pg-native` does not work either. Unlike the example above, I need to add the username and password to each host: ```js const { Client, Pool } = require('pg').native...
Native only: I was able to get a query to run with a simple test, one host offline and the other online regardless of the hostaddr order, by editing `pg/lib/connection-parameters.js::getLibpqConnectionString`...
I made some progress by-passing the URL and using a configuration object instead. In my case, I did this using Sequelize configured to use `pg-native`. I used multiple host IP...
I apologize .. My intention is not to get political. I looked in the folder at the "News" sources then made this comment. It is just a suggestion something to...
It is more about the corporate feeds that are not neutral with a centralized corporate ownership hierarchy witch is bad for free speech. But it is not a simple topic,...
I apologize, I don't see it. What is the best way to import one language (like i18n-iso-countries/langs/en.json) using es6 and an import statement? I don't have a custom json loader....