Cezar Andrici

Results 10 issues of Cezar Andrici

Hello, I need the link accept_user_invitation_url. Any ideas how can I do that? I can't find how to get the raw_invitation_token to generate the link. Thanks.

How can I stop the carousel to let that empty space at the end? I don't want infinite or center mode. https://jsfiddle.net/20bumb4g/1576/ Thank you

`M4` is a layered effect and I try to write something like: `reify (M4?.reflect x) == x`. I am not sure if this is the correct way to do it,...

kind/crash

Recently I managed to prove `False` by accident while using `reify` for an indexed effect. I tried to minimize it in a PoC (with some help from @TheoWinterhalter), but it...

component/typechecker
component/effect-system

I tried this plugin and deviceready is not firing. Cordova: 3.5.0-0.2.4 Logs: ``` deviceready has not fired after 5 seconds. cordova.js:1154 Channel not fired: onCordovaConnectionReady cordova.js:1147 ``` index.html ``` html...

Can I automatically connect with a password to a wifi network? Thank you

Hi, I have a use case when normalization loops. ![image](https://github.com/FStarLang/FStar/assets/930510/9e5aae4c-e46f-4260-b5ca-ddd045ab0b71) Using F* version: 2024.01.13 Sorry for the big file. I removed as many things as I had time. The problem...

I just installed a fresh copy of Archcraft on a laptop. When I extend my screen or when I make visible only my external screen, the Polybar does not appear...

The code type checks fine without tactics, but fails when using tactics (both version 1 and 2). ```fstar assume val z : nat let f () : Pure (nat ->...

This fails: ```fstar noeq type rtyp : Type0 -> Type u#1 = | RR : #s:Type0 -> p:(s → Type0) ->rtyp (x:s{p x}) ``` but this works fine: ```fstar let...