Skip to main content
bfontaine's user avatar
bfontaine's user avatar
bfontaine's user avatar
bfontaine
Senior Backend Engineer at Bixoto.com
  • Member for 13 years, 2 months
  • Last seen this week
19 votes
2 answers
16k views

How to discard any incoming data in a connection in Go?

17 votes
2 answers
4k views

How to have list() consume __iter__ without calling __len__?

11 votes
1 answer
2k views

What does -fheinous-gnu-extensions option do?

10 votes
2 answers
2k views

How can one document a function with a variable number of arguments in YARD?

9 votes
5 answers
2k views

How to efficiently write a large sequence of NULL bytes in a file?

7 votes
1 answer
19k views

How to get request’s HTTP headers with Socket.io?

7 votes
2 answers
185 views

Why is (new RegExp("\\w") === /\w/) false in JS?

4 votes
1 answer
4k views

How to detect a zip bomb using PHP?

4 votes
1 answer
120 views

Is there a built-in way to get each slice of a given length from a vector in Clojure?

4 votes
2 answers
266 views

How to compare two regexps in Clojure?

3 votes
1 answer
2k views

In a bash script, how can I bind a key to a function?

3 votes
1 answer
129 views

Why does [[ -eq ]] show non-numerical strings as equal in Bash?

3 votes
0 answers
1k views

How to gracefully stop job execution when it’s killed on the Rundeck Web UI?

3 votes
1 answer
367 views

How to read the last x bytes of a (binary) file in Julia?

2 votes
1 answer
198 views

How to pass file lines as argument in Nim?

2 votes
1 answer
264 views

How to maintain two connections to different ElasticSearch hosts using Elastisch?

2 votes
1 answer
241 views

How to use AngularJS without custom HTML tags?

2 votes
1 answer
723 views

How to check the resolvability of Clojure specs?

2 votes
2 answers
190 views

How to type `let rec f g = g f` in OCaml?

1 vote
1 answer
79 views

With Ruby on Ubuntu, how can I check what is the default browser?

1 vote
1 answer
314 views

Are there optimal sizes for an Hashtbl in OCaml?

1 vote
0 answers
306 views

How to match url-encoded Chinese characters in nginx?

1 vote
1 answer
1k views

How to test a FastAPI route that retries a SQLAlchemy insert after a rollback?

0 votes
1 answer
101 views

How to check if a Python module with a custom __getattr__ has a given attribute?

0 votes
1 answer
34 views

How to mutualize listen parameters for the same address:port pair in nginx?

0 votes
1 answer
386 views

In Clojure, how to unit test an async Pedestal interceptor?

0 votes
2 answers
700 views

How to set a timeout for tests with OUnit?

0 votes
0 answers
1k views

How to pipe input with expect?

0 votes
2 answers
1k views

How to render a flat list in Angular with a nested array?