inwenis
inwenis
### Description I'm trying to install FSharp.Data - causes my app to fail with ``` Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'FSharp.Core, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
```js const pino = require('pino') const logger = pino({ transport: { target: 'pino-pretty', options: { colorize: true, sync: true } } }, pino.destination({sync:true})) console.log('yyy'); logger.info('hi'); console.log('xxx'); ``` Expected: ``` yyy...
### Describe the bug On L10 parameter hints (Ctrl+Shift+Space) stop working. Type of variable `x` is not recognized. ### Steps to reproduce 1. Create new proj 2. Paste code into...
Is it possible for `argu` to print an `Examples` section when asked for `--help`?
### Describe the bug linting doesn't work ### Steps to reproduce dotnet new console -lang F# put this as Program.fs ``` open System [] let main argv = let hello_world...
### Summary of the new feature / enhancement As a user I want to be able to select text, copy it and send it to my friends as text, opposed...
BOM is wrongfully left behind when subtitles come in UTF8+BOM and are converted to UTF-8