Onur Gumus

Results 34 issues of Onur Gumus

When I try [Monad Tranformers sample](https://github.com/gmpl/FSharpPlus/blob/master/FSharpPlus/Samples/MonadTransformers.fsx) with Visual Studio 2015 along with F# PowerTools, I noticed that the CPU peaks when IDE sits idle, probably due to type inference engine...

enhancement
F# Compiler Bug

A new problem has emerged with latest bolero 0.11. Steps to produce - Create a new application by using standard bolero template. - Run the application (You may need to...

enhancement

Routing with Page Models require a defaultPageModel function but I am not sure how to incorporate this with a custom router.

enhancement

### Description I develop web apps with fable . There optionally we don't have a project file but only fsx script files. Lint configuration is not allowed for such cases....

The previous issue is closed but I think it should have been open. So I create this issue [ Does HTMX work within shadow dom?](https://github.com/bigskysoftware/htmx/issues/647) Primarily the problem is htmx...

I have seen, you removed integration tests from the new docs. But then how do you do them without proxy? CreateApi always asks for a base url.

Anyway support for round corners and/or beizer curves?

In the api , I am not seeing any support for cancellation. Is it possible to cancel long running queries ?

### Description I have the following query for oracle : ``` let qry = query { for cust in ctx.Onur.Customers do join order in (!!) ctx.Onur.Customers on (cust.CustomerId = order.CustomerId)...

I saw puppeteer supports aria based queries since some time https://developer.chrome.com/blog/puppetaria/ ```javascript const button = await page.$('aria/Submit[role="button"]'); await button.click(); ``` When I try to do same with .net it fails...