Michele Ong

Results 18 comments of Michele Ong

I am getting the `Network request failed` error, can't do the build and sim at test at this time, but at some point prior to those errors, I see: “remote...

I've tried adding console.logs to each event that can be configured in `install`, and changing the `autoUpdate` value to a shorter interval for testing. As it's an SPA, I don't...

Bumping this as it's over a year old as I'm interested in this functionality as well.

Traced this to [django/contrib/admin/options.py](https://github.com/django/django/blob/fed8129276eac973fd48a2f33b7e1735a866628d/django/contrib/admin/options.py#L596). You need to implement the following on the inline: ``` has_view_or_change_permission has_add_permission has_delete_permission ``` At least, that's what resolved it for me.

The `composers/account/profile.jsx` which I'm using to create a form the user can use to update their profile, uses this, which I modified from `auth.jsx`: ``` if (Meteor.subscribe('users.current').ready()) { const record...

Hi @kettanaito, that makes perfect sense and it is a tricky issue to resolve. The docs page showing multiple stories on the page by default is convenient, but given the...

> I was able to fix my issue by using yarn package aliases, like > > ``` > yarn workspace @pixly/frontend add mysharp@npm:sharp > ``` > > ![](chrome-extension://annlhfjgbkfmbbejkbdpgbmpbcjnehbb/images/saveicon.png) Save >...

When I apply the decorator manually as described, the tests return: ``` Error: Cannot find module '/.../node_modules/next/config' imported from /.../node_modules/@storybook/nextjs/dist/preview.mjs Did you mean to import next/config.js? ``` Is there additional...

Aloha! To add, I created an all-day busy event in iCal on macos but for a Google calendar. The Google Calendar web interface shows the all-day busy event. It reflects...

Would love to be able to set availability overrides for multiple days as well (eg blocking out school holidays).