Clay Diffrient
Clay Diffrient
@MarconLP Just to follow up on this, The install script from https://posthog.com/docs/feature-flags/installation appears as follows: ``` !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once...
@benknight Thanks for filling this issue! In my use of the modal, I've generally made opening the modal set a variable at the modal parent's level that contained the button...
It would seem like that would be a good solution, but in practice it falls apart a bit. One particular thing that would fail there would be if the focus...
Sure, so let's imagine a list of students. Upon clicking on a "new student" button, a modal appears asking for information on the student to be added. Once the student...
@benknight Totally understand your request. We'll hash out an API for handling this. I'm putting it on our v2 roadmap.
@jrherskovic-mda It seems that this patchset doesn't pass the test suite. I'm getting the following two errors: ``` 272 passing (615ms) 2 failing 1) Link API response handlers successful canvas...
@jherskovic I'm just auditing stuff that's outstanding here. There hasn't been any response since I last reviewed on June 3. Are you still interested in the getting this merged in?