Dr. Juan Miguel Cejuela

Results 27 issues of Dr. Juan Miguel Cejuela

- [ ] Move bootstrapping from nala to nalaf - [ ] Implement bootstrapping of relations

I would remove Codec.scala. It's just an old copy of scala's core Codec, scala.io.Codec Also, Codec.toString should return the same as name, as this is the expected behavior (scala.io.Codec does...

I read in: http://jesseeichar.github.com/scala-io-doc/0.4.2/index.html#!/core/basic_output that each `write` opens a new file connection and writes at the beginning. I've done a basic test, and in fact each `write` writes at the...

The example `python -m SimpleHTTPServer` is from Python 2, which is since long deprecated.

[Enter steps to reproduce:] 1. Normal editing of a python file **Atom**: 1.37.0 x64 **Electron**: 2.0.18 **OS**: Mac OS X 10.14.4 **Thrown From**: [linter-ui-default](https://github.com/steelbrain/linter-ui-default) package 1.7.1 ### Stack Trace Uncaught...

Shading some libraries (specifically found often with shading Akka) may cause trouble as the configuration keys are changed in the java bytecode, but not in the `reference.conf`/`application.conf` files. This problem...

area/shading

Stack: * tensorflow==2.15.1 * tensorflow_gnn==0.6.1 For relatively large graphs, the operations `example = tfgnn.write_example(graph); writer.write(example.SerializeToString())` to serialize a `GraphTensor` are in my experience _very slow_. I wonder if there is...