-
Both for GRAPE and for Krotov, it would be good to have a Howto that explains how to use an `info_hook` to access the optimized pulses in each iteration.
See https://discourse.julialang.org/t/grape…
goerz updated
6 months ago
-
-
I compiled the GRAPES library through NDK cross tools and generated the .so file of this. but when i port that .so file in the android studio and run the project then i get the following error.
java…
-
Hi this is my code. When I'm using entities as grape params, whenever i do a post request, it returns me name invalid, email invalid, id invalid, etc. Everything is invalid, is there anything i did wr…
-
When you have an entity which exposes an ActiveRecord `belongs_to` without a `:using` option, then `serializable_hash` is called with a `Grape::Entity::Options` object.
But serializable_hash clones …
-
Hi,
Whilst building this against Ruby2.7 and grape (1.3.1), I get the following failures:
```
Failures:
1) GrapeLogging::Formatters::Rails#call exception data returns a string with a backtra…
-
When the output has new lines, how can I test it?
I used "\n", but I get an error.
My test:
```
It 'splits a string on a delimiter'
When call split "apples,oranges,pears,grapes" ","…
-
```
/.rvm/gems/ruby-2.6.5/gems/grape-1.2.5/lib/grape/middleware/base.rb:6:in `': uninitialized constant Grape::Middleware::Base::Helpers (NameError)
from .rvm/gems/ruby-2.6.5/gems/grape-1.2.5/lib/g…
-
versions:
- grape (1.3.0)
- grape-entity (0.7.1)
- grape-swagger (1.0.0)
- grape-swagger-entity (0.3.4)
In below 1x1 relation, I set an desc 'Address...' in `address` field, but it doesn't re…
-
This bug (https://github.com/internetarchive/surt/issues/20) reported against the Python `surt` module is also present in the Java implementation.
This URL
`http://example.com/script?type=a+b+%26…