Kevin Coleman

Results 27 issues of Kevin Coleman

I am having trouble generating source code from documentation generated by this tool. I opened a ticket with the codegen devs, but they are thinking this is an issue with...

bug?
swagger-1.2

Can we have a feature that lets you turn off IP leaking over WebRTC?

I am trying to call `to_json` on a message with the subject and body having emojis (🎡✈️). The following exception in thrown: ``` Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8 ```

The last update to ruby gems is [0.1.3 (June 13, **2017**)](https://rubygems.org/gems/microsoft_graph). It seems that there have been [bugs since then](https://github.com/microsoftgraph/msgraph-sdk-ruby/issues/29) and it would be great if I didn't have to...

The [docs say](https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/complex-types-for-mail-contacts-calendar#search-requests): > You cannot use `$filter` or `$orderby` in a search request. If you do, you will receive an error message like this one. But this gem doesn't...

I am trying to pull down ~1,500 emails with png and pdf attachments and its killing my server. Looking at the code, I see the gem is keeping in memory...

ToTriage

```ruby graph.me.mail_folders.find(INBOX_NAME) .messages .filter(subject: "hello'") ``` If you search of an email with a subject containing a `'`, then it creates a query like `subject eq 'hello''`

ToTriage

Current code shows this error ```ssh $ go get -u github.com/cweill/gotests/... go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside...

anyone else run into this issue? ``` $ ionic cordova build ios --prod --optimizejs --minifycss --minifyjs --verbose .... 2022-11-28T00:10:50.409Z babel program.body[null].body.body[0].alternate.body[0].expression.left.object Identifier: exit 2022-11-28T00:10:50.409Z babel program.body[null].body.body[0].alternate.body[0].expression.left.property Identifier: enter 2022-11-28T00:10:50.409Z babel...

If a string doesn't have a matching phrase, then it fails with an `Enum.EmptyError` ``` Sentient.analyze(" ") Sentient.analyze("abcd") ```