Skip to main content
The 2024 Developer Survey results are live! See the results
Huw Walters's user avatar
Huw Walters's user avatar
Huw Walters's user avatar
Huw Walters
  • Member for 14 years, 4 months
  • Last seen this week
25 votes
1 answer
11k views

Clap options with derive macros fails to compile in rust clap 3.0.0-beta.5

7 votes
2 answers
7k views

Getting "error[E0599]: no method named write_fmt found" error in Rust tutorial code

6 votes
1 answer
5k views

How can I read a non-UTF8 file line by line in Rust

4 votes
2 answers
760 views

How do I use member functions to a standard library ranges operation

4 votes
2 answers
1k views

How can I make assert_eq! in Rust show multiline strings

4 votes
2 answers
412 views

How to synchronise jEdit settings between multiple computers

3 votes
0 answers
579 views

How to filter standard error from a subprocess

2 votes
4 answers
2k views

Text in div element is raised above horizontally aligned span element in Firefox

2 votes
1 answer
514 views

Yield from superclass bypasses subclass block in Ruby

1 vote
1 answer
248 views

Child element is not moved on page when parent's sibling is hidden, in Internet Explorer

1 vote
1 answer
1k views

How to read H2 ResultSet from CSV, and reset cursor for second pass

1 vote
2 answers
449 views

How can I parse a Vec<String> of individual lines as XML in Rust?

1 vote
0 answers
50 views

How to convert timestamp from UTC to arbitrary timezone with generics in Rust [duplicate]

1 vote
1 answer
287 views

How to move ownership of PathBuf together with Path slice [duplicate]

0 votes
1 answer
312 views

How to eval program output in PowerShell

0 votes
1 answer
271 views

How to add internal whitespace to YAML sequence with Python ruamel

0 votes
2 answers
1k views

How can I create dependent Docker images with Docker Maven plugin?

0 votes
2 answers
1k views

How to read standard input from a Bash heredoc within a Groovy script

0 votes
1 answer
2k views

PyCharm Cython debugger extension compilation - gcc failure

0 votes
2 answers
40 views

Fill screen with grid of child views but child views are half expected size

0 votes
1 answer
20 views

PyCharm often fails to restore its main window maximised

0 votes
0 answers
26 views

How can I stop Brave remembering the blank page in the undo history on a new tab

0 votes
0 answers
18 views

How to clone enum class with trait bound in Rust [duplicate]

-1 votes
1 answer
208 views

How to read buffered lines directly from curl in Rust