rizary
rizary
nevermind, I think the error comes from VS
I re-open, because when I try FiraCode, It works perfectly with the ligature. But with PragmataPro, it is not.
@graycrow I need the ligature. Well, the Pragmata Pro Liga, works fine in VSCode and Visual Studio 2017.
@fabrizioschiavi I tried Pragmata Pro Mono Liga, and it doesn't either. Until now, I'm only using Pragmata Pro Liga to work with ligature in VS and VSCode
@voronoipotato I use the `Pragmata Pro Liga` for vscode and vs, it works for me. but when I use `Pragmata Pro Mono Liga`, it doesn't.
I've tested it with haskell`s `shellFor` and it works with your packagesFrom branch.
May I ask which one is preferable to avoid confusion on selecting between `OperatingSystem::Darwin` and `OperatingSystem::MacOSX{...}` ? Because I put MacOSX in my build.rs' library hoping that it will detect...
Here is my release.nix file: ``` { compiler ? "ghcjs" }: let config = rec { allowUnfree = true; allowBroken = true; packageOverrides = pkgs: rec { haskell = pkgs.haskell...
@stepcut thank you for the response.. and after trying to setup my project, i just import some library in reflex-platform then below is my code: ``` { reflex-platform ? import...
Maybe we can edit comment that already being posted? Like every time someone push into the existing PR, the comment will not be added twice but instead revise current comment.