Toby Hobson

Results 10 comments of Toby Hobson

Same issue for me on 4.4.2 test.ts: `export const name = "test"` rollup.config.js: ``` export default { input: 'src/test.ts', output: { sourcemap: true, format: 'iife', name: 'test', file: 'public/dist/test.js' },...

Thanks for taking a look @ran-dall - I actually ended up doing exactly as you suggest.

A bit more digging reveals this code in the PreProcessor split function (line 431 in preprocessor.py): ```python documents = [] for i, txt in enumerate(text_splits): # I think this is...

@anakin87 I've checked the haystack version and I'm definitely on 1.8.0. I also tried the same code on Colab and got the same results as you. I'm thinking this may...

This is very strange. The only place this is working for me is collab. I just fired up an ec2 instance with Python 3.10.4 and farm-haystack==1.8.0. ```python # bug.py from...

Same issue for me, but it's fixed in v3.0.0-rc.0

Quick update: importing from lib _seems_ to resolve the issue, but if I'm honest I don't understand why 😄 `import { pipe } from "fp-ts/lib/function";` I'll leave the ticket here...

I have this problem. Bumping sbt's mem to 2048 helps, but I still run into the issue pretty soon (5-10 restarts)

I'm seeing similar behaviour (using standard btm-nav) during scroll (when the home bar is not visible). Please see the screenshot. Do I need to somehow watch for window resize events...

Strangely, the issue seems to be with the use of `env(safe-area-inset-bottom)` at least in the latest iOS version. Using `pb-0` works for me.