Miguel Fernández

Results 9 comments of Miguel Fernández

Neither in android, we need something else for that I guess, native audio by means of the js Audio object is not supported: - http://stackoverflow.com/questions/4799369/reusing-html5-audio-object-in-mobile-safari - http://www.ibm.com/developerworks/library/wa-ioshtml5/ - http://codetheory.in/html5-audio-behaviour-and-support-in-ios-and-android/

Hey @shlomi-noach I was thinking on providing sensible defaults to be able to spike new applications or services that require throttling functionality, without requiring configuration changes on freno itself. Thus,...

@skyzh Exciting contributions, thank you! 🙌🏼 We will reach out to you with feedback soon.

The issue is not reproducible with local SQLite, using the traditional prisma client (no driver adapters) against a local db.

Closing this as it appears to not be related to prisma per-se. Please @efhan-the-unorthodox comment below if you have more data that makes you think that indeed there's a problem...

Hey @devunt `_content_filter_action` seems to be a different string than that initially reported. Mind sending us a failing and a non-failing schema, So we don't introduce noise in the reproduction?...

Having same issue. Is there any intention to continue maintaining the project?

Is there any reason why @jeremedia's proposal in https://github.com/alexrudall/ruby-openai/issues/508#issuecomment-2291916913 hasn't been adopted yet? It looks like a good approach to structured outputs. This is a very important feature for adoption...

This is a current limitation on prisma, that _could_ be enhanced in the future. [As of 4.2](https://www.mongodb.com/docs/manual/core/transactions/#transactions-and-atomicity), mongo supports transactions on replica nodes. However, such transactions are only eventually consistent,...