-
Just updated to version 2.0.0. Upon executing php artisan tracker:tables, this error occurs:
Class 'PragmaRX\Support\GeoIp\GeoIp' not found.
-
I was sure when I first wrote my code this didn't happen, but is it deliberate that toString() automatically encodes before returning the string?
The documentation for toString() makes no mention of …
-
For an interface I'm creating, I need to send coordinates. For a closed polygon, first and last coordinates are the same. When I use
``` javascript
.addSearch({
point: req.query.coords.split('|'…
-
Hi,
I have a situation where my table is built on data that already has a query limiting the results.
However when I use the search functionality, my previous where clause gets overwritten and a lar…
-
Hello,
I'm getting an error when I try to filter a field. The thing is that the error doesn’t happen with all fields.
Seeing the AJAX response, there is an more explained error.
Here is the AJAX respo…
-
To replicate:
- Build a node HPI server
- Configure view renditions
- Open view renditions and click a rendition link
Note that the URL is updated to an invalid address, but nothing else happens. Wha…
-
Using the last commit (z411/trackma@43d54633111a2f0d1660630de549290740640fe5), when I select « Add/Search Shows », nothing happen.
The traceback is here :
```
~ » trackma-gtk
Data: Locking database…
zJoul updated
9 years ago
-
Is there a better way to preview how a uri would be if I add a search to the current URI without creating a new instance of its own?
I have this,
```
uri = new URI()
filters = {
'device': uri.cl…
ghost updated
9 years ago
-
I am using webpack-raw-loader plugins for loading a js content as a string:
```js
!function(a,b){function J(a){var b=a.length,c=u.type(a);return!u.isWindow(a)&&(!(1!==a.nodeType||!b)||("array"===…
kopax updated
7 years ago
-
I'm trying to persist a search query, which can include spaces, to the route.
``` javascript
URI().addSearch( 'foo', 'bar ' ).toString()
// http://medialize.github.io/URI.js/docs.html?foo=bar+
URI()…