Nikola
Nikola
I have Kubernetes with ingress config: `path: /nuget(/|$)(.*)` I thought that using PathBase as env variable with resolve issue, but it is not. In this case I thought setting PathBase=/nuget...
1. You click on "lock" icon 2. Send message to User 1 3. Open other browser where you have loggedin User 1 4. You click on "lock" icon. 5. Send...
I got in swagger like `someStatus` oneOf `SomeStatusEnum` but that is generated like `someStatus: [String: Any]`, and that is wrong since SomeStatusEnum can be Active=1, NotActive=0. So imagine I have...
Using Debian: ``` Distributor ID: Debian Description: Debian GNU/Linux 9.5 (stretch) Release: 9.5 Codename: stretch ``` When I run: npm run dev i can see icon in sys try but...
I am getting errors for: if msg.content_type.is_multipart(): for part in msg.parts: print 'Content-Type: {} Body: {}'.format(part, part.body) This is error: UnicodeEncodeError: 'ascii' codec can't encode character u'\u017e' in position 159:...
If you have a space in key name (photo name), it will not work. You will just get 500 error code.
You assumed that decimal points are always with dot. What about comma?
I am trying to add router: ``` import Vue from "vue"; import Router from "vue-router"; Vue.use(Router); const Home = () => import("./pages/home/"); const Login = () => import("./pages/login/"); const router...
You are missing all css dependencies. Was this intentional?
**Describe the bug** When bookings is present with disabledDates, disabled dates are not visible. **To Reproduce** Steps to reproduce the behavior: 1. Set booked dates to any range 2. Set...