alpinweis

Results 9 comments of alpinweis

I think none of the providers support such params natively. But it can be implemented by this tool. If you use the `sort` query param to sort the response by...

try increasing the timeout by passing the `:timeout`option to the initialization code. e.g. `Client.new(..., timeout: 600)` will set the timeout to 600 seconds

Case conversion (as done by `upcase`) is complicated and locale-dependent. So Unicode was chosen in this gem to do this job as the goal was to support any language. The...

I'm on Apple M2 Pro, Sonoma 14.4, `ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]`. I can reproduce it when I run `bundle install` or `gem install unicode`. I followed the solution...

The solution suggested in this thread worked for me: https://stackoverflow.com/questions/78129921/gemextbuilderror-error-failed-to-build-gem-native-extension-unicode-c1058 M2 Pro, Sonoma 14.4, ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23].

The issue is fixed in `unicode (0.4.4.5)`

I have the same issue, it fails to parse a code like this: ``` service = { high_memory_seconds = 60 * 10 high_memory_percentage = 95 } ``` Logs: ``` lark.exceptions.UnexpectedToken:...

> @alpinweis Thanks for bringing it up again. Have you tried the workaround with the comma mentioned in the last line? the comma workaround does work, but updating all the...

any interest in reviewing and moving forward with this PR ?