Ophir LOJKINE

Results 183 issues of Ophir LOJKINE

When setting up variables in WAGO's eCockpit, they have the [`StatusWrite`](https://reference.opcfoundation.org/v104/Core/docs/Part3/8.57/) bit disabled in their OPCUA node's [`AccessLevel`](https://reference.opcfoundation.org/v104/Core/docs/Part3/5.6.2/). This means that when trying to set the `StatusCode` of the value...

Running the prometheus docker compose file returns ``` statsd-exporter_1 | statsd_exporter: error: unrecognized log format "logger:stdout?json=true", try --help ```

`sqlpage.run_sql` fetches a new database connection from the connection pool instead of reusing the connection over which the current request is being handled This has implications such as - temporary...

bug

Currently sqlpage functions are executed before the query is sent to the database, and their output is sent to the database. To use a value from the database as input...

enhancement

Currently, sqls formats the following valid sql : ```sql select 1 as number, 'string' as str, 1.2 as float, 1.2e-3 as negative_scientific, TRUE as boolean ``` into the following invalid...

Initially reported https://github.com/lovasoa/SQLpage/issues/435 When making streaming responses and activating `middleware::Compress`, the compression seems to buffer content indefinitely, without ever flushing the streaming data when it's small enough. Here is an...

C-bug
A-web

Hello and thank you for this project ! I am reporting a bug that is hard to reproduce, so feel free to close it if needed. I have a build...

needs-investigation

### Discussed in https://github.com/lovasoa/SQLpage/discussions/511 Originally posted by **lozdown** July 27, 2024 I have a simple Postgresql database application for managing attendance records of club members at events, with table for...

bug