Urko
Urko
Hi @loedeman I have some trouble using automapper on node js project. When I add extra logic on mapper it's not working, It is also not stopping on breakpoints. I'll...
Hi, I've been this line of code, that would be great could be parameterized through calendarOptions prop: https://github.com/iNeoO/vue-meeting-selector/blob/master/src/components/VueMeetingSelector.vue#L158 https://github.com/iNeoO/vue-meeting-selector/blob/master/src/components/VueMeetingSelector.vue#L132 Here when you invoke `previousMeetings()` and `nextMeetings` too https://github.com/iNeoO/vue-meeting-selector/blob/master/src/components/VueMeetingSelector.vue#L209 would be...
I add a req.findBy to allow developer to add an express middleware to create a custom filter before execute mongo query
## Issue Description I'm experiencing an issue when `.save()` method is called and it fires @AfterLoad() hook This is the entity I'm trying to `save()` ``` import { Column, Entity,...
Hi I'm missing this commit on latest release https://github.com/revdotcom/revai-go/commit/147b33672e60fa2ee41703a8957f97668288acdb
I've seen this line on this example and I think is pointing to old module path. https://github.com/revdotcom/revai-go/blob/master/examples/streaming/stream.go#L12
I have use your code to set font icons in toolbar items. The problem begins when I want to set an icon to a secondary toolbar item. This is a...
Solves this issue: https://github.com/mannynotfound/react-tweet/issues/46
Hi, thanks so much for your work. I've seen you are retrieving this field `profile_image_url_https` instead of `profile_image_url` to draw profile picture on `Tweet` component. I've got some errors on...