Pier Carlo Cadoppi

Results 11 issues of Pier Carlo Cadoppi

I just enrolled in overleaf's beta version and it looks like it broke the script

Hi, I will attach a screenshot to show you the issue: The theme is called "Light+"

bug

Hi @tyrasd, I had to solve the issue of converting polygons of boundaries for municipalities but I was writing in Python, so I'm sharing here my solution for the need...

Especially with the footwear images, i found that they often go over by about 20px down, so I had to resize them to the end of the image (600px in...

Right now the -s option is lightning fast, but very verbose! Maybe adding a verbose parameter if you want all that detail, and instead just putting some rolling stats (like...

For example: ```ts export interface Fruit {} export interface Apple { apple: string } export type WhatIs = T extends Apple ? 'anApple' : never; ``` Fails, while the simpler...