Chris Perivolaropoulos

Results 20 issues of Chris Perivolaropoulos

If anyone gets the time/energy, a pull request to el-get to install this would be nice. Not really sure if this issue should be here or in el-get's github, sorry...

``` data_block = DataBlock( blocks=(ImageBlock, CategoryBlock), get_x=existing(ColReader('thumbnail_path')), get_y=ColReader('label'), splitter=RandomSplitter(), item_tfms=Resize(224), batch_tfms=aug_transforms() ) train = data_block.dataloaders(train_df, bs=4) train.show_batch(4) ``` Gets ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[20], line...

I am trying to build a project that indirectly depends on `distributive` with `lts-13.2` but I am failing. ``` $ stack --version Version 1.9.3, Git revision 40cf7b37526b86d1676da82167ea8758a854953b (6211 commits) x86_64...

I am not quite sure how obscure my case is but I had some trouble setting up lsp. I thought I would open this issue for posterity. The fundamental problem...

lsp-mode
remote

I see that there is some support for the debugger but I haven't been able to make it work in the context of a life-size project. Would a GUD backend...

Basically I need a function with the following signature: hoistParsecT :: (m a -> n a) -> (n a -> m a) -> ParsecT s u m a -> ParsecT...

I was unable to run the example unfortunately. I use roswell so I cloned into `~/.roswell/local-projects`. Then I navigated to `~/.roswell/local-projects/sbcl-librarian/example` and ``` make SBCL_SRC=$HOME/.roswell/src/sbcl-2.2.2-arm64-darwin ``` But it couldn't find...

Here is my `default.nix` ``` { nixpkgs ? import {} , racket2nix ? nixpkgs.fetchFromGitHub { owner = "fractalide"; repo = "racket2nix"; rev = "59c614406d4796f40620f6490b0b05ecb51ed976"; sha256 = "0z5y1jm60vkwvi66q39p88ygkgyal81486h577gikmpqjxkg9d6i"; } }: let...

Could we get a package out of this? I like your code on arrows

``` (setq lsp-ltex-latex-commands `((,(intern "\\code{}") . "dummy"))) ``` Does not stop the server from marking spelling "mistakes" inside `\code{someSymbol}`