ekroon
ekroon
While implementing this feature I found: https://github.com/tokio-rs/axum/discussions/358 but I missed the link to [a dependency injection example](https://github.com/tokio-rs/axum/blob/main/examples/error-handling-and-dependency-injection/src/main.rs) in the Axum repo. I changed the implementation for this feature to follow...
I mean loading it directly in the browser window.
A full implementation for Accept header parsing will be a bit involved as there is no implementation available for Axum. The correct place to implement this would be hyperium/headers#7 but...
@conradludgate I think I understand and will give it a shot this weekend.
I started some time ago on some integration tests as mentioned here: https://github.com/ellie/atuin/pull/711 Will try to pick that up to get this moving again.
This is still an issue on windows, because with 'call' the part that is longer then 8191 chars will silently get dropped instead of an 'input line is too long'....
@kumarshantanu I am not completely sure about the Grenchman hint, but there isn't a binary for Windows available. @hyPiRion that is my question indeed :smile:
@danielvdao If you do not want to override the default experiment class and you want to just run an experiment without calling `science`, you can use: ```ruby Scientist.run "experiment-name" do...
@ozydingo If you want to publish different for a specific class you could do something like is done here: https://github.com/github/scientist/blob/a25a0d238b759dd70367c27a4aad683e188a1e5c/test/scientist/experiment_test.rb#L6 ```ruby class MyExperiment include Scientist::Experiment Scientist::Experiment.set_default(nil) # Implement required methods...
@danielvdao I am not sure if what you are doing is the intent of the gem. I think that overriding the default class for the experiment is useful for publishing...