Code Monkey home page Code Monkey logo

lib4dev's People

Contributors

amitmishrg avatar dancyfits avatar sija avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lib4dev's Issues

Html to image plugin issue

cannot display img tag when we run this package on ios device/simulator.It cannot convert image tag into base64images

issue for react-native-multiple-select

for me nothing is displayed it is displaying just blank
here is my snippet
<View style={{ flex:1 }}>
<MultiSelect
items={this.items}
uniqueKey="id" ref={(component) => { this.multiSelect= component }}
onSelectedItemsChange={this.onSelectedItemsChange}
selectedItems={selectedItems}
selectText="Pick Items" searchInputPlaceholderText="Search Items..." onChangeInput={ (text)=>console.log(text)}
altFontFamily="ProximaNova-Light" tagRemoveIconColor="#CCC" tagBorderColor="#CCC" tagTextColor="#CCC" selectedItemTextColor="#CCC" selectedItemIconColor="#CCC" itemTextColor="#000" displayKey="name" searchInputStyle={{ color:'#CCC' }}
submitButtonColor="#CCC" submitButtonText="Submit"/>

    <View>{this.multiSelect && this.multiSelect.getSelectedItemsExt(selectedItems)}</View>
            </View>

PADMENU IN OPL

can you please mod padmenu to connect ds4 clone controller in ps2 by OPL my clone ds4 controller connect but not give command to ps2 by bluetooth only work with usb cable and my bluetooth work great with original ds4 controller i dont have have more money to buy original controller please help me πŸ™πŸ™πŸ™

Deploying web app on azure

The project is good, i tested and used it on my local dev machine. Deploying my web app to azure won't give the same result. How do i reference the soffice.exe in an app running on azure, in my case

Angular-Slickgrid : Aggregators not working

Grouping is working fine but getting error for aggregators part.

The function 'SumAggregator' always return zero
The module 'Angular-Slickgrid' was installed via npm

Help will be very grateful and appreciated.

Thanks

Keyboard

When we type a message the keyboard cover the input text field...is there a way to config the gifted chat keyboard?,

Cannot read property 'replace' of undefined in ag-grid-autocomplete-editor

Hi i am using 'ag-grid-autocomplete-editor'. This library is not working for ajax calls.
I am getting the above error.
i.e: Cannot read property 'replace' of undefined
TypeError: Cannot read property 'replace' of undefined
at Object.render (ag-grid-autocomplete-editor.ts?aa5b:102)
at render (ag-grid-autocomplete-editor.ts?aa5b:155)
at eval (autocomplete.ts?99f5:219)
at Array.forEach ()
at update (autocomplete.ts?99f5:210)
at eval (autocomplete.ts?99f5:426)
at SafeSubscriber._next (naldes.modal.ts:134)
at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub (Subscriber.js:196)
at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.next (Subscriber.js:134)
at Subscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next (Subscriber.js:77)

Ngx-mat-select-search keyboard interaction

Hi ,
I'm using ngx-mat-select-search in my project. Its working fine. Now, searching filtered data to i click tab button in keyboard to select the search item. Default set, 'enter' button click to select the item. I also need tab button click to select the item in ngx-mat-select-search. Please suggest any ideas .
Happy coding ..!!

My screenshot here,
image

Uncaught TypeError: Cannot read property 'isUpdateAvailable' of defined

I am trying to use this plugin in a SAPUI5 application built on cordova.

I installed the plugin using npm install cordova.plugins.inappupdate.isUpdateAvailable
I can see the plugin listed when we fire the 'cordova plugins' command in nodejs cmd.

I have added the code snippet as is. I get a error "Uncaught TypeError: Cannot read property 'isUpdateAvailable' of undefined" at the following line in code :
cordova.plugins.inappupdate.isUpdateAvailable(success,fail);

How to change the direction of Graph

Hey Amit,
Issue for react-native-d3-tree-graph
I want to change the direction of Graph from Bottom to top instead of Top to Bottom.

Also, want to know about SVG line adjustment.

Unrelated topic

I might be wrong, but I think this doesn't have anything to do with the language ruby?

Error while using proximity sensor

I followed instructions carefullly but i got an error : TypeError: null is not an object (evaluating 'SensorManager.startProximity').

Can you help me Please ?

Images in the table not getting exported

I have a table in which one cell is image. It is rendered properly in the browser(chrome) but it is not exported in excel.

Below is my table:

<div hidden>
                                <ReactHTMLTableToExcel
                                    id="dtesttablexlsbutton"
                                    className="download-table-xls-button"
                                    table="table-to-xls"
                                    filename={"productDetails_" + this.props.location.state.resList.productid}
                                    sheet="ProdDetReport"
                                    ref="ttesttablexlsbutton"
                                    // buttonText="Download as XLS"

                                    // img src={require("./images/excelicon.png")}
                                     />
                            </div>


                    <table id="table-to-xls" hidden>
                        <thead >
                            <tr>
                                <th style={{"background" : "#F7BE81"}}>Product Sl. No.</th>
                                <th style={{"background" : "#F7BE81"}}>Product Description</th>
                                <th style={{"background" : "#F7BE81"}}>Owner Name</th>
                                <th style={{"background" : "#F7BE81"}}>Purity</th>
                                <th style={{"background" : "#F7BE81"}}>Metal Color</th>
                                <th style={{"background" : "#F7BE81"}}>Metal Type</th>
                                <th style={{"background" : "#F7BE81"}}>Product name</th>
                                <th style={{"background" : "#F7BE81"}}>Sub-product</th>
                                <th style={{"background" : "#F7BE81"}}>UOM</th>
                                <th style={{"background" : "#F7BE81"}}>Set of Pcs</th>
                                <th style={{"background" : "#F7BE81"}}>Gross Wt</th>
                                <th style={{"background" : "#F7BE81"}}>Net Wt</th>
                                <th style={{"background" : "#F7BE81"}}>Total Stone pcs</th>
                                <th style={{"background" : "#F7BE81"}}>Total Stone Wt</th>
                                <th style={{"background" : "#F7BE81"}}>Vault Location</th>
                                <th style={{"background" : "#F7BE81"}}>Metal Value</th>
                                <th style={{"background" : "#F7BE81"}}>Marking /Labour</th>
                                <th style={{"background" : "#F7BE81"}}>Total Product Cost</th>
                                <th style={{"background" : "#F7BE81"}}>Invoice Date</th>
                                <th style={{"background" : "#F7BE81"}}>Vendor Name</th>
                                <th style={{"background" : "#F7BE81"}}>Cheque No. & Date</th>

                            </tr>
                        </thead>
                        <tr >
                            <td >{that.props.location.state.resList.productid}</td>
                            <td >{that.props.location.state.resList.description}</td>
                            <td >{that.props.location.state.resList.owner}</td>
                            <td >{that.props.location.state.resList.purity}</td>
                            <td >{that.props.location.state.resList.metalcolor}</td>
                            <td >{that.props.location.state.resList.metaltype}</td>
                            <td >{that.props.location.state.resList.prodcategiory}</td>
                            <td >{that.props.location.state.resList.prodsubcategory}</td>
                            <td >{that.props.location.state.resList.uom}</td>
                            <td >{that.props.location.state.resList.setofpcs}</td>
                            <td >{that.props.location.state.resList.grosswt}</td>
                            <td >{that.props.location.state.resList.netwt}</td>
                            <td >{that.props.location.state.resList.totalstonepcs}</td>
                            <td >{that.props.location.state.resList.totalstonewt}</td>
                            <td >{that.props.location.state.resList.vaultlocation}</td>
                            <td >{that.props.location.state.resList.metalvalue}</td>
                            <td >{that.props.location.state.resList.makinglabour}</td>
                            <td >{that.props.location.state.resList.totalprodcost}</td>
                            <td >{that.props.location.state.resList.invoicedate}</td>
                            <td >{that.props.location.state.resList.vendorname}</td>
                            <td >{that.props.location.state.resList.chequeno +  "&" +  that.props.location.state.resList.chequedate.split(" ")[0]}</td>

                        </tr>

                        <tr></tr>
                        <tr></tr>
                        <tr></tr>
                        {/* <tr><img src={'data:image/jpeg;base64,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'}/></tr> */}

{that.props.location.state.resList.stoneDetail.length>0 ?
                        <thead>
                            <tr>
                                <th style={{"background" : "#F7BE81"}}>Stone Name</th>
                                <th style={{"background" : "#F7BE81"}}>Shape</th>
                                <th style={{"background" : "#F7BE81"}}>Stone Colour</th>
                                <th style={{"background" : "#F7BE81"}}>Stone Quality</th>
                                <th style={{"background" : "#F7BE81"}}>Stone size(as per standard)</th>
                                <th style={{"background" : "#F7BE81"}}>Certification No.</th>
                                <th style={{"background" : "#F7BE81"}}>Certificate Date</th>
                                <th style={{"background" : "#F7BE81"}}>Stone Pcs</th>
                                <th style={{"background" : "#F7BE81"}}>Avg wt / stn</th>
                                <th style={{"background" : "#F7BE81"}}>Stone Type Wt</th>
                                <th style={{"background" : "#F7BE81"}}>UOM(Cts/Gms)</th>
                                <th style={{"background" : "#F7BE81"}}>Stone Rate/Cts</th>
                                <th style={{"background" : "#F7BE81"}}>Total stone value</th>
                                <th style={{"background" : "#F7BE81"}}>Special Remarks</th>
                            </tr>
                        </thead>
                        :null}


                        {that.props.location.state.resList.stoneDetail.length>0 ?

                        <tbody>
                            <tr>
                                {that.props.location.state.resList.stoneDetail.map(function (item, key) {
                                    return (
                                        <tr key={key}>
                                            <td >{item.stonename}</td>
                                            <td >{item.shape}</td>
                                            <td >{item.stonecolor}</td>
                                            <td >{item.stonequality}</td>
                                            <td >{item.stonesize}</td>
                                            <td >{item.certificateno}</td>
                                            <td >{item.certificatedate}</td>
                                            <td >{item.stonetypewt}</td>
                                            <td >{item.totalstonevalue}</td>
                                            <td >{item.stonepcs}</td>
                                            <td >{item.uom}</td>
                                            <td >{item.avgwtstn}</td>
                                            <td >{item.stonertpetcts}</td>
                                            <td >{item.spclremarks}</td>
                                            
                                            

                                        </tr>
                                    )
                                })}
                            </tr>
                        </tbody>
:null
                            }

  </table>


kindly help.

Site won't open without www

when I want to reach the site without www (lib4dev.com) the site won't show and a blank screen show up instead.

Feature request: Most stars/forks in last month (or some time period)

First off, congrats on the launch! And making it to the product hunt front page! I'm excited to have come across this and will definitely be using this tool a lot. Onto the feature request.

The current sort options don't account for the age of a repo.

Example: I've noticed that while React has more overall forks and stars than Vue, Vue has been consistently getting more stars per day (from what I've seen on trending). React has just been around longer (not saying anything against React or endorsing Vue).

I think it would be helpful to be able to have that information.

Also, check out RepoCheck.
Github

They've got an interesting way of measuring repo health by comparing opened vs closed issues and pull requests. Might be able to fit something like that in somewhere.

I've got a lot of free time, and am willing to try adding the sort options if you'd like. But I'm sure you'd be able to do it much easier/quicker πŸ˜„

Another example: The top result for most stars in CSS Processors http://www.lib4dev.com/info/geuis/helium-css/472860 hasn't been updated in over 3 years

Overlay

I am using jasongaare/react-native-walkthrough-tooltip this packege. And i want to remove overlay when open tool tip. Please help. Thanks in advance

Unable rename foreign keys inside in OnModelCreating

Following the usage instructions here, I would like to map the table "Customer" to "Client" (so in C# I use Client, ClientId, etc... while in the database still is Customer, CustermerId, etc...)

I added the following transformation

services.AddHandlebarsTransformers(
                entityNameTransformer: n => n.Replace("Customer","Client"),
                entityFileNameTransformer: n => n.Replace("Customer", "Client"),
                constructorTransformer: e => new EntityPropertyInfo(e.PropertyType.Replace("Customer", "Client"), e.PropertyName.Replace("Customer", "Client")),
                propertyTransformer: e => new EntityPropertyInfo(e.PropertyType.Replace("Customer", "Client"), e.PropertyName.Replace("Customer", "Client")),
                navPropertyTransformer: e => new EntityPropertyInfo(e.PropertyType.Replace("Customer", "Client"), e.PropertyName.Replace("Customer", "Client"))
                );

The generated Entities (in the Models folder) are properly generated as expected (e.g. Client.cs, ClientSettings.cs, ClientId, etc) however the NorthwindSlimContext.cs file still has references to the old naming and therefore the project does not compile

entity.HasOne(d => d.Customer) // <== this should be Client!!
                    .WithMany(p => p.Order)
                    .HasForeignKey(d => d.CustomerId) // <== this should be ClientId!!
                    .HasConstraintName("FK_Orders_Customers");

Is it possible to customize the generated OnModelCreating? Or should I run PowerShell script to search and replace the generated DbContext to correct the code?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.