Kostya Kostyushko

Results 35 comments of Kostya Kostyushko

Do you know guys if there is any update on this feature? I have a lot of objects with spaces or other characters like [:/] etc...

Hi, having the same issue here. My configuration to apply ``` apiVersion: apps/v1 kind: Deployment metadata: name: api.mysite.com namespace: ${namespace} spec: replicas: 1 selector: matchLabels: App: "api.mysite.com" template: metadata: creationTimestamp:...

Same issue here, any help please? the message appeared after upgrade to node 8.8.1

Fixed the issue by adding valid (could be self signed) certificate to mailin config: ``` const options = { port: 25, disableWebhook: true, logFile: 'mailin.log, smtpOptions: { disableDNSValidation: true, disableDnsValidation:...

I'm using the latest version of mailin available - **3.0.4**: ``` $ cat package-lock.json | grep mailin "mailin": { "resolved": "https://registry.npmjs.org/mailin/-/mailin-3.0.4.tgz", ``` I also found some code snippets using `smtpOptions`:...

+1 great idea. I'm using collection2, and having admin using it too would be great. @Kestanous your branch is not working out of the box. Should I define something to...

Happens exactly the same to me. ``` W20150822-19:18:32.678(-4)? (STDERR) W20150822-19:18:32.678(-4)? (STDERR) /home/kostya/.meteor/packages/meteor-tool/.1.1.4.1bxqrno++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245 W20150822-19:18:32.679(-4)? (STDERR) throw(ex); W20150822-19:18:32.679(-4)? (STDERR) ^ W20150822-19:18:32.721(-4)? (STDERR) TypeError: Object # has no method 'indexOf' W20150822-19:18:32.722(-4)? (STDERR) at...

Hey, no, I'm not using the _active_ variable in this case. And as I mentioned, the query itself was sent to the server (with active=false, the query will not be...

Some of them are client side some are server side. I believe those are client side. Basically, the example above says, request the data field from the server only if...

I have the same issue, it is because the schema supports either roles with or without groups, but not both at the same time. If you use roles without groups...