Jason Penny

Results 15 comments of Jason Penny

Thanks! I'd love to merge this, but can you update the `lib/uAsyncPlugProto.pas` file instead of adding a new file? And please add an example which uses these changes to add...

I'm not sure I understand the question exactly, but I think the `defaultValue` does what you want https://codesandbox.io/s/optimistic-dan-6izv0?file=/src/App.js ![image](https://user-images.githubusercontent.com/6033/90345174-d4948300-dfec-11ea-83d5-a657507b7f4f.png)

See #1, I have not used Delphi in many years

I haven't used Delphi in nearly a year and I don't have much time to work on this. Pull requests are welcome

I think you are using an old version of jumblr, this should have been fixed by https://github.com/tumblr/jumblr/pull/116

When I run that code with my key and token, `System.out.println(user.getName());` outputs my username Unauthorized means that your key/secret/token/token-secret are not valid for some reason. You should try creating a...

`send_multiget` looks like it was removed in https://github.com/petergoldstein/dalli/pull/852/files?diff=unified&w=1#diff-a326ee7acf56937d92cdeeb4b920547a89162170aab2ad32391200ad1b4c3638L457 was this removed just to simplify the code to always use `PipelinedGetter` @petergoldstein ?

ah, I see. I see a slowdown with a benchmark using `ActiveSupport::Cache::MemCacheStore`: ```console root@d6ba62960da5:/# DALLI_VERSION=2.7.10 ruby bench.rb user system total real 2.7.10 read_multi 8.122310 2.830021 10.952331 ( 12.855987) root@d6ba62960da5:/# DALLI_VERSION=2.7.10...

I am no expert on profiling ruby, but I tried a few tools and did not find any obvious hotspots. Something I did notice was that the callgraph of dalli...

Sorry, I have no idea. At this point, I have not used Delphi in many years.