Thomas Watson
Thomas Watson
I think we should also agree on a format. I suggest: 1. 3 letter abbreviations for days with first letter uppercase (e.g. `Mon` instead of `Monday`) 2. 24 hour clock...
Being non-american I'd personally like Monday to be the first day of the week :wink: - ISO 8601 agrees, but I'm open to suggestions. Testing different formats: | Mon |...
@diasdavid the code comment version you mean?
@diasdavid It's a tiny bit taller though than the horizontal table, only if a lot of they days have different opening hours. I think most of the opening hours will...
When http2 was added, I think one of the considerations were that we could do a lot of low level stuff in C++ land that was hard or even impossible(?)...
So far I haven't seen any concrete comments on why implementing WS in core would be better than having it in user-land. I'm sure @lpinca have done a great job...
@devsnek Could you provide an example of how the integration would be better if WS was in core? Regarding native backing then n-api and pre-compiled binaries should remove the requirement...
As I see it there's two ways to look at whether something should be in core: 1. It can be done better/more performant in core than outside of core 1....
Speaking of turbo-net, there's already a turbo-ws built on top of that: https://github.com/hugmanrique/turbo-ws
@mikeal wrote: > One thing I'm surprised I didn't see pointed out already was that when http2 was implemented by @jasnell he created an API and an implementation that specifically...