Tom Raganowicz

Results 37 issues of Tom Raganowicz

I use AJAX searching: ``` new SlimSelect({ select: '#multiple', searchingText: 'Searching...', ajax: function (search, callback) { if (search.length < 3) { callback('Need 3 characters') return } fetch('/substance/search?search='+search) .then(function (response) {...

I am using SlimSelect in the HTML form that users submit to end up on a different filtered page. Now if I click back button I will end up again...

I am looking for a lightweight full text engine which offers similar functionality as PostgreSQL: https://www.postgresql.org/docs/9.6/pgtrgm.html The example query that I use: `select id, name count(*) OVER() AS count from...

I am quite new to WebSockets and concept of Event Loop. I've got code that buffers all messages and runs some calculations which takes some time to finish. I want...

question

Following the recent update to Grafana 4, I've wanted to use the "Alerting", unfortunately Grafana container does not seem to be sending e-mail correctly. I didn't have chance to investigate...

I am running application pods in default namespace. If I try to fetch the credentials: `curl http://169.254.169.254/latest/meta-data/iam/security-credentials`, I get correctly: `unable to find role for IP 100.98.143.218` I've recently created...

**Which AWS Services is the feature request for?** S3 **Is your feature request related to a problem? Please describe.** I am using newest available: "com.amazonaws:aws-android-sdk-s3:2.52.1" I need to get object...

feature-request
s3

Generated code for enums is not a valid PHP. E.g. generated: > $table_columns_type = array( > 'varchar(6)', > 'varchar(255)', > 'varchar(8)', > 'float(32,8)', > 'int(4)', > 'int(1)', > 'enum('standard','noDecimals','realNoDecimals','dotThousandsCommaDecimal','apostropheThousandsDotDecimal','apostropheThousandsNoDecimals','spaceThousandsDotDecimal','spaceThousandsCommaDecimal','indian')', >...

This is my tree: ![Screenshot from 2019-06-27 09-42-40](https://user-images.githubusercontent.com/7759113/60246982-1251bc00-98c0-11e9-88ba-2502df3f0b59.png) Is it possible to not repeat the `treantAss1` node, but rather make it appear once and be referenced directly from: `treantAss2` and...

It would be great to have syntax (or similar): ``` [docs](https://example.com) ``` which would allow to provide custom name for the link. E.g.: [docs](https://example.com) Possibly related: https://github.com/Cretezy/flutter_linkify/issues/124