Robin Clowers

Results 69 comments of Robin Clowers

So this does work, I just expected member actions to show up in the "Actions" column of the index page. If that isn't expected, maybe the docs should say that?

@smpallen99 Looks like this has been addressed and should be closed?

@bsidoruk It definitely was working, so it might be a regression if it's not working now. Can you create a repro in a sample app?

I'm running on master and the docs here: https://github.com/smpallen99/ex_admin/blob/880e511cf3e67081cd727b809eb115eb31a57966/lib/ex_admin/form.ex#L145 show and example that produces compile warnings like this. Is there another way to do conditional rendering? Or, alternatively, add a...

This issue is confusing, I guess that some adwords stuff doesn't work? I just tested basic GA pageview tracking on Safari with react-ga and it worked fine.

I suspect I ran into a similar problem with this code: `find(session, button("SIGN OUT"))`. The button has type="button", yet I get this error: ``` ** (Wallaby.QueryError) The text 'SIGN OUT'...

This is also happening to me, I don't think the answer should be update typescript, completion works fine for my coworkers with the same version of typescript in other editors.

``` Neovim 0.9.1 copilot.vim 1.12.1 copilot.lua 3665ed0f3ef3ad68673df7195789d134d0d1fdb0 copilot/dist/agent.js 1.138.0 Node.js 18.17.1 ```

FYI I just upgraded neovim to 0.9.4 and I still get the same result.

I'm also running into this issue, there is no pop up, the cookies just aren't sent unless 3rd party tracking is turned off. This is only the case on localhost,...