Posts

Showing posts from January 5, 2019

“p-adic” presentation of surfaces

Image
4 On several occasions I heard about the following result: For "certain" lattices $Lambda$ in $SL_2(mathbb{R})$ , and almost any prime $p$ there exists a lattice $Gamma$ in $SL_2(mathbb{R})times SL_2(mathbb{Q}_p)$ and a compact subgroup $K$ of $SL_2(mathbb{R})times SL_2(mathbb{Q}_p)$ such that there is an isomorphism between $$ Lambda backslash SL_2(mathbb{R}) $$ and $$ Gamma backslash SL_2(mathbb{R})times SL_2(mathbb{Q}_p)/K. $$ I know how to prove this for $Lambda = SL_2(mathbb{Z})$ . Then $Gamma = SL_2(mathbb{Z}[1/p])$ (diagonally in $SL_2(mathbb{R})times SL_2(mathbb{Q}_p)$ ) and $K={1}times SL_2(mathbb{Z}_p)$ and the isomorphism is a quite easy map. I would like to find a reference for more general $Lambda$ , preferably with an explicit statement of the isomorphism and an explanation, wh

Working with component css files in workspaces in chrome with angular cli 6 project

Image
5 3 I'm trying to use Google Chrome workspaces with CSS persistent editing in an Angular 6/7 CLI project. When adding "extractCSS:true" in angular.json configuration and using "--source-map=true" flag I can see the CSS file in the "sources" and "elements" tabs in Chrome, and I can map it to the online CSS file, but when changing the style in the "elements" panel the change is not persistent and is not saved to the file. Is it possible to edit the component CSS files from within Chrome dev tools with workspaces (without ejecting the app) ? In the following GIF you can see that although the little green dot near the file name is on, indicating that the map between the network resource and the local file has been established, the changes from the elements panel