Ibrahim Jarif

Results 10 comments of Ibrahim Jarif

Hey @zhiqiangxu, can you add some more information to the PR description? I'm trying to understand why do we need this change and what are the implications of it.

@zhiqiangxu The review for this PR is pending because I don't understand alignment issues properly. I'll read some stuff about it and then review this PR. Apologies for the delay.

@zhiqiangxu I did a small benchmark to compare the performance. This is the `BenchmarkWrite` function in the `skl` package. ``` name old time/op new time/op delta Write-8 522ns ± 8%...

Hey @C-ollins, since you've set `opts.WithValueLogLoadingMode(options.MemoryMap)`, Badger will try to allocate 2 GB of memory upfront. If you're running badger in limited memory environment, you should set the loading mode...

@C-ollins I don't see anything crashing. Can you please create a new issue with all the details? I would be happy to help.

Hi @manicminer! Would you be open to accept a PR for adding support for B2C Userflow resource to this provider https://learn.microsoft.com/en-us/graph/api/resources/b2cidentityuserflow?view=graph-rest-beta ? I see that azuread uses https://github.com/manicminer/hamilton/tree/main/msgraph as the...

@manicminer is there an ETA on how long would it take to add support for pinning a version? >We are not currently looking to use the official SDK(s). May I...

Hey @linger1216 , the PR doesn't have benchmarks to support the performance improvement claim. Could you please point me to some references about % and & operator performance? A quick...

Hey @jmozah @janos, I'm the maintainer of Badger DB. The read performance issue has been fixed in master and we will be releasing v2.0.3 soon (it was supposed to be...

>Do we want to create a kube object in our code, or do we want to use templatized yaml files to generate objects? How would this templatization work? Will we...