Marc d'Entremont

Results 18 comments of Marc d'Entremont

In section 6.1.2 I think the intention of `export function isTextFilePath(filePath){ return str.endsWith('.txt'); }` is to be `export function isTextFilePath(filePath){ return filePath.endsWith('.txt'); }`

I got the same error. I've tried `&self.cells.as_slice();` and `&self.cells.as_slice().clone();`, but neither worked.

Mobx has an interesting approach, https://mobx.js.org/best/decorators.html. Maybe that approach would work for you?

Would this [ObjectiveC2Swift](https://objectivec2swift.com/#/home) be helpful?

I found a work around. It's now how you really want to do things long term, but at least you can work. 1. I do a `sls dynamodb start --migrate`...

We started getting this on Aug 10, 2022, immediately after the last update. I suspect there is a problem with the config. My config is basically the same as https://www.graphql-inspector.com/docs/recipes/environments...

Did you install it as an action or application? I installed it as an application and was not able to get any information on why things were failing. I did...

No movement that I'm aware of. I'm sure @kamilkisiela must be busy on other things

@wtrocki sound good. I'd like to contribute where I can. I'm relatively new to the whole Kafka world so I'm sure it will be a learning experience. It would seem...