Sven Van Caekenberghe
Sven Van Caekenberghe
Hi Jonathan, I haven't forgotten about this. During the last couple of weeks I started using a new scheme to install/build/deploy pharo server code and I am quite happy with...
Well, I am sure you can see that this was done by design: the occurrence of a BOM is a no-op for UTF-8, should not occur and is not recommended....
In Python I see this: ```Python $ python3 Python 3.12.2 (main, Feb 6 2024, 20:19:44) [Clang 15.0.0 (clang-1500.1.0.2.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>...
In Swift I see this: ```Swift $ swift repl Welcome to Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4). Type :help for assistance. 1> import Foundation 2> let byteArray: [UInt8] = [239,...
We could look at Java and JavaScript as well. I am rather a fan of Swift's Unicode approach (in general not specifically this), it is quite modern. Like I said,...
https://github.com/svenvc/zinc/commit/fc59039d4b6df851fa20d0ad059e9d0ef377a3a0 Maybe not 100% what you want, but at least there is now the option to see BOM occurrences. Thx for the discussion.
Are you sure ? It works for me (macOS 26, Pharo 13.1, latest Zinc HTTP Components). You can try yourself of this public server: https://zn.stfx.eu/zn/?foo
I think the problem might be that you specified the directory using a string, while it is expected to be a file reference. I committed some changes: https://github.com/svenvc/zinc/commit/47b1d6b01c8ee4139557a558bd4ffed1da58c63a The argument...
Ah, OK, it was a mistake I made myself during testing. Please have a look at ZnStaticFileServerDelegateTest>>#testIndexVariations There several variations of the URL are tested. If you can make it...
Why go via Interval ? Why not just (2 ** 256) atRandom. ? IM(H)O Interval as it currently stands is a mess, it is an endless source of bug reports...