erichaus

Results 19 issues of erichaus

First, thank you this lib is great. I was able to use it to interact with my es domain, create indices, add documents, etc. But when I try to send...

Expected: When logging out using ember-simple-auth session.invalidate(), I expect that the body classes are cleaned up and the current route body class is removed. Actual: The current body class is...

I upgraded to latest [uuid](https://github.com/uuidjs/uuid) version v9.0.0 and my app won't run locally with fastboot, showing the stack trace below. Trying to determine if this is an issue w/auto-import/webpack config...

Just upgraded my app from ember 4.4 to ember 4.9 and the following code stopped working. It makes the api request successfully but never returns after that, hanging at the...

When upgrading to @fortawesome/ember-fontawesome 2.0.0, I began to get this error. The only resolution seems to be adding a new dependency to my project for @glimmer/syntax, but should that instead...

Migrating from bleach and I need to be able to do the equivalent of clean_text(), but allow certain tags. Seems not possible yet? ``` nh3.clean_text('hello moto, welcome!', tags={'mention'}) ```

### MQTTjs Version 5.4.0 ### Broker aws ### Environment NodeJS ### Description I'm in the process of upgrading an app that was previously using 5.0.3 and worked normally. When using...

bug

Ember 5.3.x has migrated from Ember-Inflector to '@ember-data/request-utils/string'. After making the migration, ember-cli-mirage no longer recognizes the uncountable values set in the application initializer and Ember-Inflector must be explicitly called...

How can I access the tesseract bounding box information in addition to the parsed text?