Martín Peveri

Results 18 issues of Martín Peveri

Hi, I need to validate the size of the photo I'm uploading, how can I do it? Thank you.

In Django 1.8 when execute the server display the following warning: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9. from django.utils.importlib import import_module

Hi, how can get regid after register. I have this code: ``` var pushNotification = window.plugins.pushNotification; pushNotification.register(successHandler, errorHandler, {"senderID":"myprojectnumber", "ecb":"onNotification"}); function errorHandler (error) { $scope.msjpush = "Error: " + error;...

Hi, i have this model: ``` defmodule App.Category do use App.Web, :model schema "categories" do field :name, :string field :description, :string field :slug, :string belongs_to :parent, App.Category has_many :categories, App.Category,...

Hi everyone, i have this issue. When i run `sls dynamodb migrate` I have this error: ![image](https://user-images.githubusercontent.com/6276555/63251096-4e285280-c26d-11e9-81a3-567f95159455.png) My serverless.yml ``` service: asistencias-api # serverless supports different cloud environments to run...

Hi, I'm using django rest framework and django debug toolbar with a viewset that uses a raw sql because it loads a view. Like this: ``` sql = "select *...

Hi, is possible read files .mpp with this library?. I saw the example, but it is with .mpx files. I need with mpp files. Thanks!

Type - Enhancement
Hacktoberfest

How i can sort fields in table ?. And as I can put the label and the input text on the same line. All this when created or edited.

Hi everyone, i need add the new column with one redirect to new crud, that this latter filter by ID that receives as parameter in the url. I was checked...

Backend and frontend.