Most voted "bundle" questions
17 questions
Sort by count of
-
3
votes3
answers896
viewsWebpack not updating Bundle.js
I’m new to this React and Webpack thing, and I’m studying a lot, but I’ve come up with a problem that I’m not finding a way to solve. const webpack = require('webpack') module.exports = { entry:…
-
2
votes1
answer596
viewsProblem with Bundle scripts
When I publish my Asp.net mvc application the Bundle script generates a ref. scripts problem. As in the debug environment do not use the Bundles the problem does not happen. Error:…
-
2
votes1
answer201
viewsHow to build a reusable and manageable symfony Bundle via Composer
Even after reading the best practices for code reuse in symfony and research on the use of commiserate, I still can’t understand how in practice I should create my Barcode to be reusable. I know the…
-
2
votes1
answer112
viewsCollect all the Extras from an Intent
Is there any way to find out what all the Extras of an Intent are! CONTEXT: I have an app that gets url’s shared by other apps: if (Intent.ACTION_SEND.equals(action)) { final String url_ =…
-
1
votes1
answer100
viewsFails when I make Bundle install
Good afternoon, I have a little problem when I do bundle install: /usr/local/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary…
-
1
votes1
answer45
viewsJSON does not complete when sending by Bundle
I’m trying to get the return of a push on android through the Bundle, but I’m having some problem performing bundle.getString("Message"); as it does not take all my reply which is in JSON format,…
-
1
votes1
answer46
viewsListview with config.properties
I am with a following doubt, I am using a listview with about 300 characters of a game, when clicking on a character he inserts some dice that is written in the config.properties, all characters…
-
1
votes3
answers953
viewsCreate an Android App Bundle with Xamarin Forms
When I try to publish a Xamarin.Android app on the Android developer console I get the following warning message that won’t let me publish the app: In this case how could I create an optimized APK,…
-
1
votes1
answer327
viewsWEBPACK commands do not work
I installed the webpack with the command npm install webpack -g , but when I try to use the webpack -h or any other of that problem > PS C:\Users\renan\Desktop\Wchat> webpack -h The CLI moved…
-
1
votes1
answer764
viewsHow to create an Android App Bundle on the terminal?
1) Creating and signing android Apks by the terminal has always been relatively easy. But now with the new form "Bundle" I’m catching quite a lot. today I use the following: Cordova build android…
-
0
votes0
answers16
viewsProblem renaming Bundle files
I changed the Bundle names of my application, but when I run it again, it tries to access the same path with the old Bundle names. For example, before the name of Bundle was…
-
0
votes1
answer49
viewsHow to display a result list in an Activity?
I have a very limited knowledge in programming and am starting Android now. I started developing an Android project for physical therapy. In this project, physical therapists can register and log in…
-
0
votes0
answers67
viewsError Bundle install
Every time I turn bundle install this error appears. /usr/local/bin/bundle:23:in `load': cannot load such file -- /usr/lib/ruby/gems/2.3.0/gems/bundler-1.16.1/exe/bundle (LoadError) from…
-
0
votes0
answers31
viewsTranspose in development or build only
I need to transpose a project because it uses scss, typescript and Es6 The correct thing is to make the Bundle only for the build or I can/should run a task every time I change the code? I would…
-
0
votes1
answer250
viewsMVC Bundle altering css content - Font Awesome
I have a problem with Bundle ASP.NET MVC. When I run the local application, the Fontawesome icons are rendered perfectly. Even when I enable the Bundle local. However, when I publish the application…
-
-1
votes1
answer501
viewsHow to read multiple TXT files and save the strings in a Nsarray?
Explanation of the scenario: Read the contents of various extension files .txt and save the strings of each file separately in one NSArray, in this case, in each index of the array. Obstacle: -…
-
-1
votes1
answer41
viewsBABEL_PARSE_ERROR error using ES6 array
Hello! I am new using ES6, I did the installation of Babel, so when using array the Bundle accuses BABEL_PARSE_ERROR. It appears like this: Syntaxerror: C: xampp htdocs ES6 main.js: Unexpected token…