M Peters

Results 14 comments of M Peters

Just an FYI for anyone else still looking. `@(new RawString(Model.To))` did not work. I ended up using `@Html.Raw(Model.To)`.

@DWalkit wrote correctly in his analysis of the problem. However, does any such remedy exist for the 'Reply-To', it has a much different behaviour.

in the case of mine, the user did not exist outside the docker container but you could get the userid (for www-data) from inside the docker and use it to...

All of that stuff looks great but I would like to add that checkboxes do not show and the div class for checkbox is 0 x 27.... any ideas?

> I think #9220 needs to be revisited. Similar problem happened with `idx_uniq_table_db_id_schema_name` on MySQL in the forum: https://discourse.metabase.com/t/h2-to-mysql/8011 Can confirm this is true as of recent. Went from 0.34.1...

Same problem... do you use 2010 or 2013 to develop it?

might be late but the following worked for me on typescript ``` import { python } from 'pythonia'; function doSomething(){ const pyScript = await python([process.cwd(), 'pages', 'api', 'getyoutubevidlist.py'].join('\\')); const start...

> Since today the build suddenly succeeds... must've been something related to Vercel? What version is working for you?

> > > Since today the build suddenly succeeds... must've been something related to Vercel? > > > > > > What version is working for you? > > I...

> > > > > Since today the build suddenly succeeds... must've been something related to Vercel? > > > > > > > > > > > > What...