Results 5 issues of Guyllaume Cardinal

Right now, `CamelCase` (and, obviously, `CamelCasedProperties` and `CamelCasedPropertiesDeep`) behaves weirdly when handling two character strings. When it's a 2 character string (like `ID`, for example), it will transform the string...

bug
help wanted

Is ts-mockito able to mock a single function? I've been trying without much success and I'm worried that it's not a supported use case... This lib has been a real...

Couldn't find it in the documentation or by digging a bit in the source code; is it possible to specify which file to import when setting up our transforms? Say...

enhancement
Jump In
Docs

When using `CSmartTable` with an external `CSmartPagination` component, changing the activePage prop won't update the table rows. According to the docs, that should be possible: ![image](https://user-images.githubusercontent.com/1518536/171934640-dd3bfbd7-1eaf-42d1-a575-8ad47c9643b3.png) You can find a...

In a test, if I call `server.emit('an-event', {foo: 'bar'})`, the socket in my test will receive `[Object object]` as the payload. The exact code is below. I am using the...