flip111

Results 331 comments of flip111

I was just looking for a nice showcase of futhark. This was the main thing. Mandelbrot seemed like a good one because it gives some great visuals and there is...

@stof what do you mean with "use a form login". Do you mean the user wont be able to login with the form? This is totally acceptable! Or do you...

@stof "if you are unable to start a session, you won't be able to use form login." I will assume here that you mean actually logging in with a form....

Here are some more uses cases for it * https://pursuit.purescript.org/packages/purescript-js-bigints/2.2.1/docs/JS.BigInt * https://pursuit.purescript.org/packages/purescript-longs/0.1.1/docs/Data.Long.Bits * https://pursuit.purescript.org/packages/purescript-int-53/4.0.0/docs/Data.Int53 (this one doesn't have the bitwise operators yet but could probably get them) i'm also in...

Does the class definition give sufficient information? ```haskell class (Eq1 f, forall a. Ord a => Ord (f a)) => Ord1 (f :: Type -> Type) where ``` Related https://pursuit.purescript.org/packages/purescript-prelude/6.0.1/docs/Data.Ord#t:Ord1...

One part of it is that bitwise operations cause a float 64 to be internally converted to int 32 by JS https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_operators#bitwise_operators The rest (other than bitwise operators) is also...

Anyone else with access to the server who could look into this?

Let's see how the new server is doing, perhaps it's enough for the moment. In the mid-near future we want to move to a new purescript codebase anyway

Could be added here in the code https://github.com/purescript/pursuit/blob/3209916030e5bae48d4e77e7ee1e6ee833192a1b/src/Handler/Search.hs#L319

![Screenshot from 2023-01-31 23-08-04](https://user-images.githubusercontent.com/2244480/215895293-bf8d5a0c-9338-41aa-b277-6541486981bf.png) Something like this, but better designed button. Probably could go on the module page too (screenshot is from search). Button could also be placed top-right similar...