ριтєя мαяχ

Results 18 comments of ριтєя мαяχ

cabal install Resolving dependencies... cabal: Could not resolve dependencies: trying: Chips-0.1.0.0 (user goal) trying: aeson-0.8.0.2 (dependency of Chips-0.1.0.0) trying: unordered-containers-0.2.4.0/installed-078... (dependency of aeson-0.8.0.2) next goal: text (dependency of aeson-0.8.0.2) rejecting:...

It might be an issue but I'm not able to look into it right now. I haven't yet started using the new CSproj. If you have a solution let me...

I think the issue is that i'm publishing the package in \lib instead of \lib\net46

take a look at https://github.com/pitermarx/NCalc2 it's completely *untested* at production but it's based on NCalc and it targets netstandard 2.0

can you try this? https://ci.appveyor.com/project/pitermarx/ncalc-edge/build/artifacts it seems to have the ncalc.dll inside the lib\net35 folder but it gives this warning `` WARNING: Issue: Assembly outside lib folder. WARNING: Description: The...

I changed the path separator and the warning disapeared I think it's this issue https://github.com/NuGet/NuGet.Client/pull/1609 try this now https://ci.appveyor.com/project/pitermarx/ncalc-edge/build/1.4.4-build0001/artifacts

![imagem](https://user-images.githubusercontent.com/3081298/70157404-736e8e80-16ad-11ea-8d8d-5f8a3c77cabf.png)

I just found out about calculist and I'm in love Is the project still maintained?

The -Tail needs a value. It means read the last X lines. Without the -Wait it works. from the docs the -Wait argument "Keeps the file open after all existing...

Well I figured out why the first one does not work. Powershell pipelines are they're own kind of thing https://www.sapien.com/blog/2019/05/13/advanced-powershell-functions-begin-to-process-to-end/ But I still have the problem how to pipe efficiently....