Shane F. Carr
Shane F. Carr
I posted an answer on that StackOverflow question. However, this seems like a reasonable feature to add, and it wouldn't be too hard. Here's how I'd do it (all changes...
Oh, and then the answer would be adding a listener on the "choose" event in userland, which would now have access to the file metadata and can add information based...
If you want to make a PR, I'll be happy to review it for you.
I don't immediately see what's going wrong. If `loadCb` is never called, that would suggest that the file is failing to be read by the FileReader, or perhaps that the...
Sure! For example, call the new option `messageNamePrefix`, and have it default to `siofu`. For the unit test, probably just set some arbitrary custom value to the new option, and...
Another option here would be to just give a way to filter the return value of `determine_packages_to_test()` in workspaces.
Discussion with @sffc @zbraniecki @Manishearth at ICU4X-SC: ICU4X has a dependency problem; we should be very critical of taking dependencies. We can currently claim that almost all of our dependencies...
CC @dsipasseuth @robertbastian
CC @robertbastian PTAL
Discussion: @robertbastian: for `Char16Trie`, for example, we can do ``` #[bake(constructor = from_fields, args = data)] pub struct Char16Trie, } impl Char16Trie { pub fn from_fields(data: &'data [u16]) { ......