ian moersen
ian moersen
For the record, I believe this is broken because the `stage-0` preset is not included in the `.babelrc` file. I'm not 100% sure this is the only thing broken here,...
excellent point @cchaos , that's right on the money 🎯 I suppose then conceptually what I'd ask for in the `EuiCommentList` API is a way to pass that visual indicator...
@cchaos at current we supply `EuiCommentList` with only the matching comments, which we are asking `EuiSearchBar` to return: ```js searchResults: EuiSearchBar.Query.execute( query, this.props.caseComments, { defaultFields: ['text', 'author.name'], } ) ```...
oh and, one other data point before I forget: we rolled our own "show older comments" button, but if collapsing/expanding comments can be configured to handle incremental revealing, I'd personally...
this has been brought up a few times I believe, and I have yet to see an official response. I was able to get this working on my personal fork,...
(happy to produce a repo to replicate the issue, if that'd help anyone)
> I am experiencing the same problem. With esbuild I had a 1,6MB bundled output file. With bun it's almost twice the size at 2.7MB. Were you able to solve...
same issue here: macOS 13.2.1 Zed 0.123.6 steps: 1. `command + n` for new file 2. type a few lines 3. `command + s` to save: hangs for a while,...
> Can others confirm that it's fixed in the newest version? I assume the file-permission problems are still there, though. I upgraded to `0.124.8` and the workflow that wasn't working...