pbgc

Results 26 comments of pbgc

It builds on FreeBSD without problems using: ``` setenv LDFLAGS "-L/usr/local/lib -R/usr/local/lib" ```

@bmaxa take a look at: https://github.com/jmacdonald/amp/issues/205

@bmaxa it's not fixed in the git repo. It was not merged. Just switch the compiler to stable-1.47 (can be done via running rustup override set 1.47 in the amp...

@bmaxa Yes, I had those problems with URxvt .. but not with Alacritty. (I thought you were still having that error linked_hash_map .... that's why I said to change compiler...

@bmaxa you are right. The problem was fixed upstream. I reported this problem 6 months ago and could not remember the details but had the idea that the pull request...

attached a zip with the syntax file and a ts file that crashes amp. The file opens correctly in Sublime [ts_probs.zip](https://github.com/jmacdonald/amp/files/3866074/ts_probs.zip)

@jmacdonald thanks for the answer. The typescript i sent after file gives: `thread 'main' panicked at 'begin

@mnemnion this seems related to: https://github.com/jmacdonald/amp/issues/205

This is already implemented: https://amp.rs/docs/configuration/#manually-picking-a-definition Don't know if you need to use the version in master (that's what i'm using) or if was already released.