Daniel Sokil

Results 37 issues of Daniel Sokil

I have tried different configuration options, and could not figure out how to set the `index.pug` file as a webIndex file. Here is what I have so far: ```javascript import...

bug
4.0.0

Are there any examples of saving multiple files? For example, saving multiple images for each Crawly request. So far I came across the `WriteToFile` pipeline which seems to be used...

https://github.com/helix-editor/helix

documentation
good first issue
first-timers-only
up-for-grabs

How to make it build in production mode, and also how to make it run a custom Makefile target. IHP cloud runs static/app.css, can we do the same with ihp-app-to-docker-image?

documentation

Suppose you have a `customer` with a `profile_url`. In the create or update controller, you call `|> uploadToStorage #profileUrl`, and later you need to retrieve the `logoUrl` and render it....

When creating an enum, and adding a field to table that references that enum, the migration fails `type "_" does not exist `, because `CREATE TYPE countries AS ENUM ..`...

bug

`componentFromState @Counter (Counter { value = 100 })` should use the provided initial state instead of relying on the `initialValue` defined in the Counter component module. https://ihpframework.slack.com/archives/C01DQE0F4F8/p1624537056154200

enhancement

This module generates `Types.d.ts` based on `Schema.sql`. I found it useful working with SPA + DataSync. TODO: - Docs - Tests In your `tsconfig.json` file: Include the build directory as:...

Currently, we have two options, run `make psql` and manually write SQL queries. Or print database results inside a controller action. We should have model context ready when running `make...

enhancement

- [ ] Support Multiple Indexes - [ ] Allow Editing Index - [x] Auto Generate Indexes: #727

enhancement