Mohammed Sazid Al Rashid
Mohammed Sazid Al Rashid
Thanks for taking the time to collect the resources! I'll definitely look over them when I get time.
sure :D
Its uploaded to Play Store: https://play.google.com/store/apps/details?id=com.mohammedsazid.android.browse
Does this look like a valid implementation of the `pop(index)` behavior? ```mojo @always_inline fn pop(inout self, index: Int) -> T: """Pops the value at the given index and returns it....
> I could be wrong here but I see an issue in this implementation. > - currently `fn __getitem__(self, i: Int) -> T:` returns a copy of element at `i`...
May or may not be related, I saw other types having similar type hints. For example, take a look at the function signature for [`DeviceContext.enqueue_function`](https://docs.modular.com/mojo/stdlib/gpu/host/device_context/DeviceContext#enqueue_function): ```mojo enqueue_function[func_type: AnyTrivialRegType, //, func:...
Found a solution to this. You need to first install the helpers package: `npm i @dnd-kit/helpers`. And then, use it: ```typescript import { useState, useEffect } from 'react'; import {...
Created a PR with the relevant example added to the doc #1749