naorye
naorye
PR for fixing default export from Router class to router() function (https://github.com/fridays/next-routes/pull/153)
I am using nestjs with typeorm and recentrly I added transaction support with typeorm-transactional-cls-hooked. I made the following method: ``` @Injectable() class ConnectionService { constructor( @InjectRepository(Connection) private connectionsRepository: ConnectionsRepository, )...
I am using browserify and this factor-bundle plugin within gulp. I am outputting the result to writable streams (this is from browserify init): ``` entries: bundleEntries, plugin: [ [ 'factor-bundle',...
bo-html does nothing when using jQuery instead of jqLite. Here is a plunkr: http://plnkr.co/edit/tjCvvxu2gG75m3WiSJAB?p=preview Try to remove the reference to jQuery and everything will work. Related issues: https://github.com/Pasvaz/bindonce/issues/68 https://github.com/Pasvaz/bindonce/issues/39
After deployed to Heroku, the bot didn't work. Logs show this: 2018-05-16T16:50:12.717473+00:00 heroku[web.1]: Starting process with command `node index.js` 2018-05-16T16:50:16.046896+00:00 heroku[web.1]: State changed from starting to up 2018-05-16T16:50:15.722823+00:00 app[web.1]: Wed,...
This is my action and it doesn't work. Getting: ``` Run psql "host=127.0.0.1 port=5432 sslmode=disable dbname=testdb user=postgres" psql: error: connection to server at "127.0.0.1", port 5432 failed: server closed the...
## Expected Behavior I would respect responsiveness to work when I set options `responsive: "vertical"`. ## Current Behavior Instead of getting responsive ui, I am getting the regular table ....
I am trying to integrate dotenv with my deployment process. I am using Github actions to build the app and as part of the build process I generate `app.yaml` file...
I am using Browserify with one transform method: reactify. Here is how I build my scripts: ``` gulp.task('scripts', function() { var b = null, watcher = null; function bundle() {...