Émile Fugulin

Results 324 issues of Émile Fugulin

This bug marks all datasources as readonly: https://github.com/grafana/grafana/issues/18489 I might need to do a patch on our end to not update this field for the time being.

bug

Currently it places the dashboard in the `General` folder.

feature request

Hi! The description of `fee` and `fee_details` is wrong. It is actually in cents not in % liked mentioned. See https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee https://github.com/stripe/stripe-node/blob/451533a273a417373b1cf320ee4d7e057c6dc3f6/types/2020-08-27/BalanceTransactions.d.ts#L49-L52 https://github.com/stripe/stripe-node/blob/451533a273a417373b1cf320ee4d7e057c6dc3f6/types/2020-08-27/BalanceTransactions.d.ts#L54-L57

future
type definition

Hi! Would it possible to do a release? There are a few fixes on main that are not released. Thanks :)

It would be nice to export the include directory so upstream crates can include them in their build. This is needed if you want to build extensions and link them...

**Versions** - What is this plugin's version? 3.9.12 - What is Cypress version? 9.1.0 - What is your operating system? MacOS - How do you instrument your application? Instanbul -...

Hi! Is it possible to manually update the checkpoint manually? My use case is that the processing of a record can fail temporarily and I would like to be able...

The title says pretty much all. The fix is not obvious though since it is using a blocking channel internally.

In an effort to limit the number of tables, it would be very useful to use the stream name as the namespace so we can share them.

It should be possible to define: ```typescript export const UserError = interfaceType({ definition(t) { t.string('id') }, name: 'UserError', }) ``` But I get an error: ``` Argument of type '{...