thomasmodeneis

Results 22 issues of thomasmodeneis

Hi, I'm getting this error quite often, any ideas on what may cause such behaviour ? it seems to be caused after running shieldInstance.Classify(text) ``` panic: runtime error: index out...

I am adding the failing test case that was initially reported on #2329 so that it can be used as base for the fix and further validation. ## Changes This...

I am having a hard time to compile geth 1.9.0 for windows, this is the error... any ideas ? same error happens on linux/osx with go11 or go12. ``` ➜...

Hi Guys, I just noticed that the issue that is referred on this project readme file is already closed and was delivered on 2.3. What is the current state of...

Hi, I'm not sure why but when I start meteoris I get into this, does anyone know why this is happening ? ``` iron:router Organize your Meteor application. Router.route('/', function...

question

Hi, I've noticed that the loadash-node is marked as \* on package.json, and because of this the newest version 3.6.0 is being downloaded when npm install. But this version fails...

Given the code: model.go ``` package addrs // ASDExchanger bla bla type ASDExchanger struct { ASDBtcExchangeRate string `mapstructure:"asd_btc_exchange_rate"` ASDBtcExchangeRateUSD string `mapstructure:"asd_btc_exchange_rate_usd"` ASDBtcExchangeLabel string `mapstructure:"asd_btc_exchange_label"` ASDBtcExchangeEnabled bool `mapstructure:"asd_btc_exchange_enabled"` ASDEthExchangeRate string `mapstructure:"asd_eth_exchange_rate"`...

``` [warn] /opt/gocode/src/jgo/jgo/src/main/scala/jgo/tools/compiler/parser/combinatorExten/ExceptionTracing.scala:15: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning. [warn] case e => [warn] ^ [warn] /opt/gocode/src/jgo/jgo/src/main/scala/jgo/tools/compiler/transl/func/FuncTranslBase.scala:107: This...

``` [info] Running LexTestAll [error] (run-main-1) java.lang.NullPointerException java.lang.NullPointerException at scala.collection.mutable.ArrayOps$ofRef$.length$extension(ArrayOps.scala:114) at scala.collection.mutable.ArrayOps$ofRef.length(ArrayOps.scala:114) at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:32) at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:108) at LexTestAll$.testAll(LexTestAll.scala:19) at LexTestAll$.main(LexTestAll.scala:13) at LexTestAll.main(LexTestAll.scala) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...