Edward Brown
Edward Brown
> And the footnote on http://www.attrs.org/en/stable/hashing.html#id1 which says "The hash is computed by hashing a tuple that consists of an unique id for the class plus all attribute values" doesn't...
Having same problem. I already have a pre-tokenizer added.
> Having same problem. I already have a pre-tokenizer added. After some fiddling, the problem occurs only when I remove `pre_tokenizers.Whitespace()` and add `pre_tokenizers.Split(pattern='\w+|[^\w\s]+', behavior='isolated')` in its place.
> Many thanks for the info. Does something like this look suitable? https://www.elektrobode.nl/products/itho-daalderop-print-cve-cvd-eco-rft-s-basic-pcb-s-545-5102
So is WSL debugging just completely broken at present?
Not the fault of ME of course, but this same issue just cost me about and hour of confusion and debugging. I spotted the (very small) "Retained messages only appear...
> It looks like there is an requirement that the any dimension should be a multiply of the block size (32). Can we relax this requirement? Yeah, or auto-zero-pad the...
This had been affecting me for several years and still isn't fixed in latest WSL. Much more detail here: https://youtrack.jetbrains.com/issue/IDEA-282196/Constant-loss-of-editor-focus-when-using-Windows-11-and-WSL
Many thanks for this. Most helpful. My current approach in this PR is to add the wheel building part in a platform/arch-agnostic way. That means that when run under your...
OK, I'm now at the first stage I mentioned: - Binary wheels are built for whichever of the supported platforms `make dist` is run under. - I've tested this under...