Joshua James Venter
Joshua James Venter
> It was failing CI, but I'm taking a look today at it. Thanks for the ping - just re-synced. Hmm, well both of the mentioned PRs broke the prior...
FYI, this was opened almost a year ago now... But thought I'd mention, for what it's worth, the following is possible: ```mojo var np = Python.import_module("numpy") var np_array = np.array([1,...
@pytorchbot label "topic: not user facing"
Also, might be beneficial to rename `unsafe_as_py_object_ptr` to `unsafe_py_object_ptr` for consistency. Happy to add that in here as well.
Ola :) Gentle reminder @ConnorGray, if this is still wanted. Apologies for the delayed rebase. End of uni semester had my attention.
Hi @JoeLoser Opened a new PR for this. Too many conflicts to resolve when trying to resolve the DCO issues. Question: Since `stol` is a more permissible `atol`, should we...
Hi @JoeLoser. Following the conversation in #4663, is `stol` something you still want to see included in the stdlib? CC: @martinvuyk
Hi @martinvuyk, thank you! > python accepts leading underscores and zeroes for non base 10 numbers Thanks for catching that, as well as the overflow! I misread the lexical syntax...
With "Other Changes" moved to #3180, lets leave `StringRef` for now, on the basis that `atol` uses it? We can get this merged, then have the `StringRef` -> `StringSlice` as...