Rohit Kuncham

Results 9 issues of Rohit Kuncham

I need to use an expiring map with a default expiration. It caches the data fetched from a remote server. If the device is offline, then it's storing the null...

project/plugins.sbt ``` // The Play plugin addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") ``` build.sbt ``` lazy val root = (project in file(".")).enablePlugins(PlayScala) .enablePlugins(BuildInfoPlugin).settings( buildInfoKeys := Seq[BuildInfoKey](name,...

I am trying to package a node application on windows 10 I have installed the below SquashFS Tools 4.3 Python 2.7 Visual Studio 2017 community edition and selected "MSbuild", "VC++...

``` const Sequelize = require("sequelize"); const db = new Sequelize({ dialect: 'sqlite', storage: path.join(process.cwd(), "sample.db"), dialectModulePath: '@journeyapps/sqlcipher', logging: false, define: { freezeTableName: true } }); db.query("PRAGMA key = 'password'"); ```...

**Describe the bug** I used screenshot-desktop in my nodejs application which runs as a system service. The application is crashing with the below error ``` node:child_process:397 ex = new Error('Command...

bug

``` { "play":true, "geoJSON":{ "type":"FeatureCollection", "features":[ { "type":"Feature", "properties":{ }, "geometry":{ "type":"Polygon", "coordinates":[ [ 92.66420706152348, 29.479998515838837 ], [ 66.82436331152348, 29.479998515838837 ], [ 66.82436331152348, 6.776154269810506 ], [ 92.66420706152348, 6.776154269810506 ], [...

Something related to sql.js https://github.com/kripken/sql.js

//Connecting - (databaseFile, [password], [algorithm]) sqlite.connect('test/Database.enc','myPass','aes-256-ctr'); results in a continuous annoying warning log. node ver v8.11.3 Can you please push an update with this minor fix?

Platform: Android 19 build.gradle: minSdkVersion : 19 compileSdkVersion = 33 targetSdkVersion = 33 buildToolsVersion = '33.0.1' Retrofix : classpath 'com.github.sgtsilvio.gradle:android-retrofix:0.5.0' implementation "net.sourceforge.streamsupport:android-retrostreams:1.7.4" implementation "net.sourceforge.streamsupport:android-retrofuture:1.7.4" hivemq : implementation "com.hivemq:hivemq-mqtt-client-websocket:1.3.1" Application is...