Sébastien PERIN

Results 19 comments of Sébastien PERIN

For my usage I declared a new component in dazzle called DashboardNoDndContext (that doesn't instantiate the DragDropContext) and rebuilt and it seems to be enough for my need. Obviously I...

Thanks I'll go for this PR Ok for the component name. I'll see if I can just keep one Dashboard component definition and export 2 distinct symbols for the same...

Hi I'm using the @diegohaz's [rest project generator.](https://github.com/diegohaz/rest/) I think my problem is the similar to @chemitaxis's problem. I have this Schema : ``` const contextSchema = new Schema({ user:...

@chemitaxis thanks it actually works! it also works with this schema: ``` const contextSchema = new Schema({ user: { type: Schema.ObjectId, ref: 'User', required: true }, rootview: { type: String...

Also note that bodymen succeeds to validate a body containing `[ { mime: "test", viewer: "test"} ]` for a schema definition like this: `mimetypes: { type: Object, required:true }` But...

My bad it's not bodymen issue. The validation error comes from mongoose: ``` Failed: Context validation failed: mimetypes: Cast to Array failed for value "[ { mime: 'image/jpeg', viewer: 'UvMessidorImageViewer'...

Sorry I deleted the message cause the change I was talking about actually breaks bodymen. It works for my schema but the tests fails on the schemas of the others...

So this may be related to [prepare_wait_in_ram_opcode macro](https://github.com/dciabrin/ngdevkit/blob/f845e9c40fb9c8f6ee562933fb08a311785667ae/nullsound/macros/nullsound.def#L60) and its usage in the [MROM init](https://github.com/dciabrin/ngdevkit/blob/f845e9c40fb9c8f6ee562933fb08a311785667ae/nullsound/driver/nullsound.s#L45) and the [snd_command_01_prepare_for_rom_switch](https://github.com/dciabrin/ngdevkit/blob/f845e9c40fb9c8f6ee562933fb08a311785667ae/nullsound/driver/nullsound_commands.s#L48)?

Cool that seems to be the right lead. I'l try to fix this and send you a PR if I succeed. thanks

I may be off the topic but I was looking into how debugging more easily than with the gdb CLI, and gdbgui is working pretty well with `gdbgui -g 'm68k-neogeo-elf-gdb...