Kevin Ness

Results 136 comments of Kevin Ness

Hi! Would it be fine to take a crack at one or two of these or is someone currently working on them?

@Razican I'll start working on JsMap if no one else has started on it

@jedel1043 Would it be fine to work on JsArrayBuffer and JsDataView?

> Ummm... I didn't see this conversation before I implemented `JsArrayBuffer` (#2170 ) 😅 All good :) I can focus on working on `JsDataView`. I might look at adding some...

Oh sorry! I linked the wrong thread. I updated the link in the above comment. The discussion had to do with providing methods to interact with `array_buffer_data`.

@jedel1043 If nobody else is working it yet, I'll work on `JsRegExp`. Also, as a side note, I think these objects being moved into their own module is in a...

@Razican Can you really implement a `borrow()` and `borrow_mut()` for `array_buffer_data`? I had been playing around at how an API wrapper might work for ArrayBuffer for fun when I saw...

It's a bit of a work in progress...on a couple fronts 😅

@lupd Some weak types for the Gc were added with #2394 merged, so I think this should be workable 😄

Hi! FWIW, we have an initial parsing implementation in `temporal_rs`. Although, it admittedly needs more testing and clean up.