Michael Baisch

Results 39 comments of Michael Baisch

I try to get it running with Middleman 4.1.10. The [fork](https://github.com/dannyvassallo/middleman-php/tree/middleman4) from @dannyvassallo solves this particular problem but others appear. In his fork I changed `::Middleman::Php::Extension` to `::Middleman::PhpExtension` in the...

Yes the entry is there but `status` is empty. I also just noticed that `request_id` is also empty, that's maybe related. rails (6.1.4.1) devise (4.8.0)

I think I ran into a similar problem and I think I figured out what the problem ist. I believe the problem is [here](https://github.com/astropy/astroplan/blob/main/astroplan/scheduling.py#L789) with `np.argsort`. When using `boolean_constraint=True` there...

It was all a while back. The thing is you need to have software features unlocked for this to work. And then all I did was only starting TP programs....

@joshbaran looks interesting. My workaround is a custom subclass for `BasePolymorphicInlineFormSet`: ```python class CustomBasePolymorphicInlineFormSet(BasePolymorphicInlineFormSet): def _construct_form(self, i, **kwargs): """ Workaround: For 'initial' data 'polymorphic_ctype' is expected to be a ContentType...

Thanks for the reply. Sadly I couldn't get `ADDON_AFTER` and `ADDON_OBJC_SOURCES` to work. Initially I worked with of_0.9.8 but I now also work with GitHub master OF branch. And I...

I did a bit of digging in the source, here some notes to possibly make it easier for you: `ADDON_AFTER`: yeah I was already wondering because I didn't find any...

I couldn't get the exclusion to work. When I try to exclude a file with `ADDON_SOURCES_EXCLUDE`, it excluded the files for good. See `ofAddon.cpp`:417: ``` exclude(srcFiles,excludeSources); exclude(csrcFiles,excludeSources); exclude(cppsrcFiles,excludeSources); exclude(objcsrcFiles,excludeSources); exclude(headersrcFiles,excludeSources);...

I'm still in the process of getting my head around the whole CEF business. I tried to inspect a helper.app that behaves that way, but I didn't have any luck....

I've tried the current build form this morning `3.3029.1613`. At first I thought it would be better but it's still happening… Now I took a look at the chromium source...