Christos Lytras

Results 6 issues of Christos Lytras

I can see there is a feature supporting subdomains with https://github.com/cristianoliveira/ergo/issues/11 and I'd like to ask if it would be possible to add wildcard subdomain support, something like the following...

feature
good first issue

The top right conrner is not rounded because both `btn-group` and `btn-group-vertical` class are applied: ![image](https://cloud.githubusercontent.com/assets/6103077/19408750/5d34ee3c-92cd-11e6-9873-dbb8a3e3db3c.png) ``` html No Yes ``` It displays just fine if I remove the `btn-group`...

Hello and thanks for the awesome spinners! After installing `react-loader-spinner`, I get an NPM warning on whatever package I try to install: ``` ❯ npm i react npm WARN EBADENGINE...

This project seems dead. Are there any alternative webpack dashboards under active maintenance?

```javascript const XXHash = require('xxhash'); const seed = 0xA0B0C0D0; const s1 = XXHash.hash(Buffer.from('test1234'), seed); const s1hex = XXHash.hash(Buffer.from('test1234'), seed, 'hex'); console.log(`s1:`, s1.toString(16)); // s1: 19c64649 console.log(`s1hex:`, s1hex); // s1hex: 4946c619...

Could we make it so we can apply our PO token and Visitor Data? There are a couple of ways to retrieve those values both in backend and in browsers,...

enhancement