Tomas Jansson

Results 27 issues of Tomas Jansson

I often use guids in my url since I like to generate unique ids in a simple way. I know this might be tricky, but would it be possible to...

needs-info

### Description The plugin gets disabled for no reason. So I don't get any of the help from FSharp Power Tools. ### Repro steps Don't know how to repro since...

minor bug
no-repro

Is the text here correct? https://github.com/pulumi/examples/blob/8141d690013c013eb47534f8f4a1de845eda0457/azure-ts-vm-provisioners/provisioners/provisioner.ts#L6 It says it runs the first time and then continues with saying that it runs every time it changes. So what is it?

How do you download an artifact from another workflow? A little bit of background. We have a build workflow that builds an artifact that we publish. Then we have a...

enhancement

I have the following docopt spec: ``` poisson Usage: poisson poisson start --project= [--norestore] poisson populatebq --project= poisson populatemongo --project= Options: -h --help Show this screen. --version Show version. --project=...

Some pages in the documentation, like these two: https://fslab.org/FSharp.Charting/ReferencingTheLibrary.html and https://fslab.org/FSharp.Charting/PieAndDougnutCharts.html, seems to be missing the formatting and graphs.

I have a strange issue that surface that last couple of days. Everything seems to be ok, and I can see that the report has been generated and have a...

Thank you for this awesome template! Have you tried it with .NET 5 yet? If so, how do I upgrade it to .NET 5? I tried changing the target framework,...

lt would be awesome if we could support something like: ``` let defaultK8sDeployment = deployment { ... } let k8sDeploy = deployment { withDefault defaultK8sDeployment } ``` The k8s is...

Readin through the code in mode detail and found this: https://github.com/dbrattli/Felizia/blob/master/Felizia/server/Server.fs#L119-L128 Does this mean the level of nesting is limited to for levels deep at the moment? Not that I...