Dino Fancellu

Results 24 issues of Dino Fancellu

Run up a socks proxy, for example Tor browser proxy on port 9150 Run this code ``` > import org.asynchttpclient.AsyncHttpClient; > import org.asynchttpclient.Response; > import org.asynchttpclient.proxy.ProxyType; > > import java.util.concurrent.Future;...

Defect
Contributions Welcome!

That would be nice to help exercise slow replies, timeouts etc Thanks

I can't see any place to specify that I'd like wsclient to use a socks proxy, whereas AsyncHttpClient can https://www.javadoc.io/static/org.asynchttpclient/async-http-client/2.10.4/org/asynchttpclient/proxy/ProxyType.html vs https://github.com/playframework/play-ws/blob/f4108eaff2121b25ba4827121937114c415a0d88/play-ws-standalone/src/main/scala/play/api/libs/ws/WS.scala#L81 Thanks

type:improvement
help wanted
good first issue

https://github.com/fancellu/scalajs-leaflet Includes 2 examples. To use https://jitpack.io/#fancellu/scalajs-leaflet/v0.1 Dino.

https://github.com/fancellu/scalajs-flot Includes 3 examples. Facade for http://www.flotcharts.org/ Charting toolkit To use: https://jitpack.io/#fancellu/scalajs-flot/v0.4

With the following code: https://gist.github.com/fancellu/03bb694c920898613795 --- So as you can see, with hard coded XML, the filter works fine. With a seemingly equivalent structure, it doesn't find anything. Probably due...

So if you define an implicit rejectionHandler or exceptionHandler, they aren't in scope for the runRoute call inside SimpleRoutingApp. Hardly a big issue, but a tad annoying when you're looking...

Improvement

Currently only targets 2.11 and 2.12 Thanks

Waiting for confirmation

Running 3.4.2 This code ```rust fn exit() { eprintln!("Exiting"); std::process::exit(0); } fn main() { ctrlc::set_handler(exit).expect("Error setting Ctrl-C handler"); loop { println!("Waiting for ctrl-c"); std::thread::sleep(std::time::Duration::from_secs(1)); } } ``` works fine in...

https://huggingface.co/learn/nlp-course/chapter5/5?fw=pt https://discuss.huggingface.co/t/chapter-5-questions/11744/83?u=fancellu issues_dataset = load_dataset("json", data_files="datasets-issues.jsonl", split="train") barfs with > TypeError: Couldn't cast array of type timestamp[s] to null Someone else saw the same too in Sept 2023