Vova V
Vova V
> With the following settings, it seems to work well with many diagrams in the same MD file: > > ```json > "markdown-pdf.plantumlOpenMarker": "```plantuml", > "markdown-pdf.plantumlCloseMarker": "```", > ``` >...
@1st1 hi! Is there any timelines about that feature going live? Thanks!
One may add here, that if we remove custom type codec and change copy records a bit: ```python res=await conn.copy_records_to_table('test', records=[[1, None], columns=df.columns.values.tolist(), schema_name='sg') ``` This works just fine, but...
My investigation showed that In order to replace np.nan and pd.NaT types to None one, I should cast all columns of a DataFrame to an object first, and then to...
Thx to @rogerioadris idea, I could use it at PostgresSQL as well: ```sql do $$ declare total_errors int2; err_text text; begin select count(*) as total_errors, string_agg(p.query || ':\n' || p.context...
Trying to install woa at Lumia 950 xl as workaround
It seems a PWA which works like a browser wrapper under the hood with the link to legacy telegram web interface https://web.telegram.org/?legacy=1.I have checked it at my Lumia 950 Xl...
A bit offtop. As a workaround, Lumia 950XL users may try to install a Windows 10 on arm build. I tried it yesterday and it works quite handy everything works...
> > It is necessary to implement support of telegram ad feature, otherwise Telegram API will be blocked for third-party clients, thus Windows Mobile 10 Users will be abandoned from...
Could anyone share a compiled appxbundle file of a newer version for tests prior publication at MS Store?