Tom Ekander

Results 48 comments of Tom Ekander

FWIW, I built this a quite while back @ziulev, might be of interest: https://github.com/lessp/wolfred ![image](https://user-images.githubusercontent.com/17602389/119222894-3b584700-baff-11eb-8f79-8a1a1b3dcd55.png) It's missing the following feature however: > after global keyboard shortcut

> > FWIW, I built this a quite while back @ziulev, might be of interest: > > https://github.com/lessp/wolfred > > ![image](https://user-images.githubusercontent.com/17602389/119222894-3b584700-baff-11eb-8f79-8a1a1b3dcd55.png) > > It's missing the following feature however: >...

I began fiddling around a little bit with some UI and noticed that there are some inconsistencies in how elements are styled. In my opinion, I think it might be...

I played around with something super basic as well: ![image](https://user-images.githubusercontent.com/17602389/56095211-ad024780-5eda-11e9-989e-f79c2693dcd9.png) ![image](https://user-images.githubusercontent.com/17602389/56095217-bd1a2700-5eda-11e9-9863-c8e2ada826fb.png) Coming from a web-development background I personally appreciate if the default styles don't do too much, but instead are...

Not sure how we'd like to separate things going forward without naked pointers. I guess we could keep a similar structure but we'd need to import the ocaml-ffi-helpers in `foo_cocoa.h`...

> I can't wait to try this! Is it on pause indefinitely or just delayed? hey @cdaringe, currently (unfortunately) I have extremely limited free-time for OSS, so if anyone wants...

Merged with master and moved the examples to a separate file, I believe what's left here is: - [x] Being able to remove an item from the tray - [x]...

Hey Zach, I believe this covers the first minimal surface area, albeit for macOS only: > The API surface is fairly large, so we should start by thinking of a...

> Hey @lessp -- so happy to finally see this getting in! I had some minor comments (mostly just rebasing with new APIs like the `revery_wrapPointer`). I also wonder if...

Hey @eschaefer, I've started the work on a Fetch-like API for ReasonML. Revery could provide it within the framework for convenvience and customisations, but you can use it now, standalone...